Toast · JSON-LD Context

Toast Tab Partners Context

JSON-LD context defining the semantic vocabulary for Toast Tab Partners from Toast.

3 Classes 35 Properties 4 Namespaces
View Context View on GitHub

Namespaces

toast: https://doc.toasttab.com/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

PartnerAccessExternalRep PartnerAccessExternalWebhookRep PaginatedResponse

Properties

Property Type Container
restaurantGuid string
managementGroupGuid string
deleted boolean
restaurantName string
locationName string
createdByEmailAddress string
externalGroupRef string
externalRestaurantRef string
modifiedDate integer
createdDate integer
isoModifiedDate string
isoCreatedDate string
createdByFirstName string
createdByLastName string
createdByPhoneNumber string
restaurantPhoneNumber string
restaurantAddressLine1 string
restaurantAddressLine2 string
restaurantCity string
restaurantState string
restaurantZipCode string
restaurantLatitude string
restaurantLongitude string
restaurantCountryCode string
restaurantTimezone string
currentPageNum integer
results string set
totalResultCount integer
pageSize integer
currentPageToken string
nextPageToken string
totalCount integer
nextPageNum integer
lastPageNum integer
previousPageNum integer

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "toast": "https://doc.toasttab.com/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "PartnerAccessExternalRep": "toast:PartnerAccessExternalRep",
    "restaurantGuid": {
      "@id": "toast:restaurantGuid",
      "@type": "xsd:string"
    },
    "managementGroupGuid": {
      "@id": "toast:managementGroupGuid",
      "@type": "xsd:string"
    },
    "deleted": {
      "@id": "toast:deleted",
      "@type": "xsd:boolean"
    },
    "restaurantName": {
      "@id": "toast:restaurantName",
      "@type": "xsd:string"
    },
    "locationName": {
      "@id": "toast:locationName",
      "@type": "xsd:string"
    },
    "createdByEmailAddress": {
      "@id": "toast:createdByEmailAddress",
      "@type": "xsd:string"
    },
    "externalGroupRef": {
      "@id": "toast:externalGroupRef",
      "@type": "xsd:string"
    },
    "externalRestaurantRef": {
      "@id": "toast:externalRestaurantRef",
      "@type": "xsd:string"
    },
    "modifiedDate": {
      "@id": "toast:modifiedDate",
      "@type": "xsd:integer"
    },
    "createdDate": {
      "@id": "toast:createdDate",
      "@type": "xsd:integer"
    },
    "isoModifiedDate": {
      "@id": "toast:isoModifiedDate",
      "@type": "xsd:string"
    },
    "isoCreatedDate": {
      "@id": "toast:isoCreatedDate",
      "@type": "xsd:string"
    },
    "PartnerAccessExternalWebhookRep": "toast:PartnerAccessExternalWebhookRep",
    "createdByFirstName": {
      "@id": "toast:createdByFirstName",
      "@type": "xsd:string"
    },
    "createdByLastName": {
      "@id": "toast:createdByLastName",
      "@type": "xsd:string"
    },
    "createdByPhoneNumber": {
      "@id": "toast:createdByPhoneNumber",
      "@type": "xsd:string"
    },
    "restaurantPhoneNumber": {
      "@id": "toast:restaurantPhoneNumber",
      "@type": "xsd:string"
    },
    "restaurantAddressLine1": {
      "@id": "toast:restaurantAddressLine1",
      "@type": "xsd:string"
    },
    "restaurantAddressLine2": {
      "@id": "toast:restaurantAddressLine2",
      "@type": "xsd:string"
    },
    "restaurantCity": {
      "@id": "toast:restaurantCity",
      "@type": "xsd:string"
    },
    "restaurantState": {
      "@id": "toast:restaurantState",
      "@type": "xsd:string"
    },
    "restaurantZipCode": {
      "@id": "toast:restaurantZipCode",
      "@type": "xsd:string"
    },
    "restaurantLatitude": {
      "@id": "toast:restaurantLatitude",
      "@type": "xsd:string"
    },
    "restaurantLongitude": {
      "@id": "toast:restaurantLongitude",
      "@type": "xsd:string"
    },
    "restaurantCountryCode": {
      "@id": "toast:restaurantCountryCode",
      "@type": "xsd:string"
    },
    "restaurantTimezone": {
      "@id": "toast:restaurantTimezone",
      "@type": "xsd:string"
    },
    "PaginatedResponse": "toast:PaginatedResponse",
    "currentPageNum": {
      "@id": "toast:currentPageNum",
      "@type": "xsd:integer"
    },
    "results": {
      "@id": "toast:results",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "totalResultCount": {
      "@id": "toast:totalResultCount",
      "@type": "xsd:integer"
    },
    "pageSize": {
      "@id": "toast:pageSize",
      "@type": "xsd:integer"
    },
    "currentPageToken": {
      "@id": "toast:currentPageToken",
      "@type": "xsd:string"
    },
    "nextPageToken": {
      "@id": "toast:nextPageToken",
      "@type": "xsd:string"
    },
    "totalCount": {
      "@id": "toast:totalCount",
      "@type": "xsd:integer"
    },
    "nextPageNum": {
      "@id": "toast:nextPageNum",
      "@type": "xsd:integer"
    },
    "lastPageNum": {
      "@id": "toast:lastPageNum",
      "@type": "xsd:integer"
    },
    "previousPageNum": {
      "@id": "toast:previousPageNum",
      "@type": "xsd:integer"
    }
  }
}