Amadeus Reservations · JSON-LD Context

Amadeus Transfer Booking Seat Context

JSON-LD context defining the semantic vocabulary for Amadeus Transfer Booking Seat 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

Seat

Properties

Property Type Container
count integer
row string
size 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#",
    "Seat": "amadeus:Seat",
    "count": {
      "@id": "amadeus:count",
      "@type": "xsd:integer"
    },
    "row": {
      "@id": "amadeus:row",
      "@type": "xsd:string"
    },
    "size": {
      "@id": "amadeus:size",
      "@type": "xsd:string"
    }
  }
}