Google Maps Platform · JSON Structure

Google Maps Places Opening Hours Structure

Type: object Properties: 3
EnvironmentGeocodingGeolocationMapsNavigationPlacesRoutingSolar

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

Properties

openNow periods weekdayDescriptions

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "OpeningHours",
  "type": "object",
  "properties": {
    "openNow": {
      "type": "boolean"
    },
    "periods": {
      "type": "array"
    },
    "weekdayDescriptions": {
      "type": "array"
    }
  }
}