Amadeus Reservations · JSON-LD Context

Amadeus Hotel Booking Room Context

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

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

roomAssociation

Properties

Property Type Container
guestReferences set
specialRequest string
hotelOfferId 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#",
    "roomAssociation": "amadeus:roomAssociation",
    "guestReferences": {
      "@id": "amadeus:guestReferences",
      "@container": "@set"
    },
    "specialRequest": {
      "@id": "amadeus:specialRequest",
      "@type": "xsd:string"
    },
    "hotelOfferId": {
      "@id": "amadeus:hotelOfferId",
      "@type": "xsd:string"
    }
  }
}