Google Places · JSON-LD Context

context Context

JSON-LD context defining the semantic vocabulary for context from Google Places.

16 Classes 0 Properties 1 Namespaces
View Context View on GitHub

Namespaces

places: https://places.googleapis.com/v1/

Classes

Place name description address geo latitude longitude telephone url photo review aggregateRating ratingValue openingHoursSpecification priceRange type

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "places": "https://places.googleapis.com/v1/",
    "Place": "schema:Place",
    "name": "schema:name",
    "description": "schema:description",
    "address": "schema:address",
    "geo": "schema:geo",
    "latitude": "schema:latitude",
    "longitude": "schema:longitude",
    "telephone": "schema:telephone",
    "url": "schema:url",
    "photo": "schema:photo",
    "review": "schema:review",
    "aggregateRating": "schema:aggregateRating",
    "ratingValue": "schema:ratingValue",
    "openingHoursSpecification": "schema:openingHoursSpecification",
    "priceRange": "schema:priceRange",
    "type": "schema:additionalType"
  }
}