Skip to content

Commit ee01cd9

Browse files
authored
docs: Fix documentation for the copyright fields. (#404)
1 parent 7f23c52 commit ee01cd9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

specification/schemas/DirectionsRoute.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ properties:
3636
$ref: "./Bounds.yml"
3737
copyrights:
3838
type: string
39-
description: Contains an array of warnings to be displayed when showing these directions. You must handle and display these warnings yourself.
39+
description: Contains the copyright notices to be displayed for this route. You must handle and display this information yourself. This content is meant to be read as-is. Do not programmatically parse this display-only content.
4040
summary:
4141
type: string
4242
description: Contains a short textual description for the route, suitable for naming and disambiguating the route from alternatives.

specification/schemas/StreetViewResponse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ title: StreetViewResponse
1717
required: [status]
1818
properties:
1919
copyright:
20-
description: An array of snapped points.
20+
description: Contains the copyright notices associated with this panorama.
2121
type: string
2222
date:
2323
description: A string indicating year and month that the panorama was captured.

0 commit comments

Comments
 (0)