Source: https://restauranttechnologynetwork.com/technical-documents

Address

Properties

Name Description Type Required Generic Enum Ignore
@type string true true
StreetAddress The street number and street name. string false false
CityName The name of the city in which the entitiy is located. string false false
PostalCode Specifies the zip code for the entity. string false false
Country Specifies the country in which the entity is located. string false false
CountryCode ISO 3166 code for a country. string false false
StateOrTerritory Specifies the state, territory or province in which the entity is located, string false false
AddressType Assigned Type: ms-0200:AddressType_Enum AddressType_Enum false false
ExtensionPoint ExtensionPoint false true
{
  "@type" : "string",
  "streetAddress" : "string",
  "cityName" : "string",
  "postalCode" : "string",
  "country" : "string",
  "countryCode" : "string",
  "stateOrTerritory" : "string",
  "addressType" : {
    "value" : { },
    "extension" : "string"
  },
  "extensionPoint" : { }
}