Amadeus Reservations · JSON-LD Context

Amadeus Hotel Booking Guests Context

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

1 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

guests

Properties

Property Type Container
adults integer
childAges integer set

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#",
    "guests": "amadeus:guests",
    "adults": {
      "@id": "amadeus:adults",
      "@type": "xsd:integer"
    },
    "childAges": {
      "@id": "amadeus:childAges",
      "@container": "@set",
      "@type": "xsd:integer"
    }
  }
}