Amadeus Reservations · JSON-LD Context

Amadeus Hotel Booking Hotel_ Context

JSON-LD context defining the semantic vocabulary for Amadeus Hotel Booking Hotel_ from Amadeus Reservations.

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

Hotel_Contact email

Properties

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