Amadeus Reservations · JSON-LD Context

Amadeus Hotel Booking Create Context

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

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

CreateHotelBooking

Properties

Property Type Container
arrivalInformation reference
payment string
roomAssociations string set
travelAgent reference

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#",
    "CreateHotelBooking": "amadeus:CreateHotelBooking",
    "arrivalInformation": {
      "@id": "amadeus:arrivalInformation",
      "@type": "@id"
    },
    "payment": {
      "@id": "amadeus:payment",
      "@type": "xsd:string"
    },
    "roomAssociations": {
      "@id": "amadeus:roomAssociations",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "travelAgent": {
      "@id": "amadeus:travelAgent",
      "@type": "@id"
    }
  }
}