Google Maps Platform · JSON Structure

Google Maps Places Review Structure

Type: object Properties: 4
EnvironmentGeocodingGeolocationMapsNavigationPlacesRoutingSolar

Review is a JSON Structure definition published by Google Maps Platform, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

name relativePublishTimeDescription rating publishTime

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Review",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "relativePublishTimeDescription": {
      "type": "string"
    },
    "rating": {
      "type": "number"
    },
    "publishTime": {
      "type": "string"
    }
  }
}