Amadeus Reservations · JSON-LD Context

Amadeus Transfer Booking Location Context

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

2 Classes 5 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

Location name

Properties

Property Type Container
dateTime string
locationCode string
address string
googlePlaceId string
uicCode string

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#",
    "Location": "amadeus:Location",
    "dateTime": {
      "@id": "amadeus:dateTime",
      "@type": "xsd:string"
    },
    "locationCode": {
      "@id": "amadeus:locationCode",
      "@type": "xsd:string"
    },
    "address": {
      "@id": "amadeus:address",
      "@type": "xsd:string"
    },
    "name": "schema:name",
    "googlePlaceId": {
      "@id": "amadeus:googlePlaceId",
      "@type": "xsd:string"
    },
    "uicCode": {
      "@id": "amadeus:uicCode",
      "@type": "xsd:string"
    }
  }
}