|
280 | 280 | } |
281 | 281 | } |
282 | 282 | }, |
283 | | - "revision": "20250429", |
| 283 | + "revision": "20250504", |
284 | 284 | "rootUrl": "https://places.googleapis.com/", |
285 | 285 | "schemas": { |
286 | 286 | "GoogleGeoTypeViewport": { |
|
1497 | 1497 | "type": "string" |
1498 | 1498 | }, |
1499 | 1499 | "photosUri": { |
1500 | | - "description": "A link to show photos of this place. This link is currently not supported on Google Maps Mobile and only works on the web version of Google Maps.", |
| 1500 | + "description": "A link to show reviews of this place on Google Maps.", |
1501 | 1501 | "type": "string" |
1502 | 1502 | }, |
1503 | 1503 | "placeUri": { |
1504 | 1504 | "description": "A link to show this place.", |
1505 | 1505 | "type": "string" |
1506 | 1506 | }, |
1507 | 1507 | "reviewsUri": { |
1508 | | - "description": "A link to show reviews of this place. This link is currently not supported on Google Maps Mobile and only works on the web version of Google Maps.", |
| 1508 | + "description": "A link to show reviews of this place on Google Maps.", |
1509 | 1509 | "type": "string" |
1510 | 1510 | }, |
1511 | 1511 | "writeAReviewUri": { |
1512 | | - "description": "A link to write a review for this place. This link is currently not supported on Google Maps Mobile and only works on the web version of Google Maps.", |
| 1512 | + "description": "A link to show reviews of this place on Google Maps.", |
1513 | 1513 | "type": "string" |
1514 | 1514 | } |
1515 | 1515 | }, |
|
1846 | 1846 | "text": { |
1847 | 1847 | "$ref": "GoogleTypeLocalizedText", |
1848 | 1848 | "description": "The localized text of the review." |
1849 | | - }, |
1850 | | - "visitDate": { |
1851 | | - "$ref": "GoogleMapsPlacesV1ReviewVisitDate", |
1852 | | - "description": "The date when the author visited the place. This is trucated to month." |
1853 | | - } |
1854 | | - }, |
1855 | | - "type": "object" |
1856 | | - }, |
1857 | | - "GoogleMapsPlacesV1ReviewVisitDate": { |
1858 | | - "description": "The date when the author visited the place. This is trucated to month.", |
1859 | | - "id": "GoogleMapsPlacesV1ReviewVisitDate", |
1860 | | - "properties": { |
1861 | | - "month": { |
1862 | | - "description": "The month the author visited the place, e.g. 4. The value is between 1 and 12.", |
1863 | | - "format": "int32", |
1864 | | - "type": "integer" |
1865 | | - }, |
1866 | | - "year": { |
1867 | | - "description": "The year the author visited the place, e.g. 2025.", |
1868 | | - "format": "int32", |
1869 | | - "type": "integer" |
1870 | 1849 | } |
1871 | 1850 | }, |
1872 | 1851 | "type": "object" |
|
0 commit comments