Foursquare · JSON-LD Context

Foursquare Context

JSON-LD context defining the semantic vocabulary for Foursquare from Foursquare.

15 Classes 0 Properties 1 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/

Classes

Place name address locality region postcode country geocodes latitude longitude rating categories Tip text created_at

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://raw.githubusercontent.com/api-evangelist/foursquare/refs/heads/main/vocabulary/foursquare-vocabulary.yml#",
    "schema": "https://schema.org/",
    "Place": "schema:Place",
    "name": "schema:name",
    "address": "schema:streetAddress",
    "locality": "schema:addressLocality",
    "region": "schema:addressRegion",
    "postcode": "schema:postalCode",
    "country": "schema:addressCountry",
    "geocodes": "schema:geo",
    "latitude": "schema:latitude",
    "longitude": "schema:longitude",
    "rating": "schema:aggregateRating",
    "categories": "schema:additionalType",
    "Tip": "schema:Review",
    "text": "schema:reviewBody",
    "created_at": "schema:dateCreated"
  }
}