Amadeus Reservations · JSON-LD Context

Amadeus Transfer Booking Contact Context

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

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

Contact email

Properties

Property Type Container
phoneNumber 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#",
    "Contact": "amadeus:Contact",
    "phoneNumber": {
      "@id": "amadeus:phoneNumber",
      "@type": "xsd:string"
    },
    "email": "schema:email"
  }
}