Amadeus Reservations · JSON-LD Context

Amadeus Hotel Booking Guest Context

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

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

Guest email

Properties

Property Type Container
frequentTraveler set
phone string
title string
firstName string
lastName string
childAge integer

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#",
    "Guest": "amadeus:Guest",
    "frequentTraveler": {
      "@id": "amadeus:frequentTraveler",
      "@container": "@set"
    },
    "phone": {
      "@id": "amadeus:phone",
      "@type": "xsd:string"
    },
    "email": "schema:email",
    "title": {
      "@id": "amadeus:title",
      "@type": "xsd:string"
    },
    "firstName": {
      "@id": "amadeus:firstName",
      "@type": "xsd:string"
    },
    "lastName": {
      "@id": "amadeus:lastName",
      "@type": "xsd:string"
    },
    "childAge": {
      "@id": "amadeus:childAge",
      "@type": "xsd:integer"
    }
  }
}