Amadeus Reservations · JSON-LD Context

Amadeus Transfer Booking Address Context

JSON-LD context defining the semantic vocabulary for Amadeus Transfer Booking Address from Amadeus Reservations.

2 Classes 7 Properties 4 Namespaces
View Context View on GitHub

Namespaces

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

Classes

AddressCommon Address

Properties

Property Type Container
line string
zip string
countryCode string
cityName string
stateCode string
latitude decimal
longitude decimal

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "amadeus": "https://amadeus.com/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "AddressCommon": "amadeus:AddressCommon",
    "Address": "amadeus:Address",
    "line": {
      "@id": "amadeus:line",
      "@type": "xsd:string"
    },
    "zip": {
      "@id": "amadeus:zip",
      "@type": "xsd:string"
    },
    "countryCode": {
      "@id": "amadeus:countryCode",
      "@type": "xsd:string"
    },
    "cityName": {
      "@id": "amadeus:cityName",
      "@type": "xsd:string"
    },
    "stateCode": {
      "@id": "amadeus:stateCode",
      "@type": "xsd:string"
    },
    "latitude": {
      "@id": "amadeus:latitude",
      "@type": "xsd:decimal"
    },
    "longitude": {
      "@id": "amadeus:longitude",
      "@type": "xsd:decimal"
    }
  }
}