Amadeus Reservations · JSON-LD Context

Amadeus Transfer Booking Extra Context

JSON-LD context defining the semantic vocabulary for Amadeus Transfer Booking Extra from Amadeus Reservations.

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

ExtraService description

Properties

Property Type Container
code string
itemId string
metricType string
metricValue string
quotation string
converted string
isBookable boolean
taxIncluded boolean
includedInTotal boolean

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#",
    "ExtraService": "amadeus:ExtraService",
    "code": {
      "@id": "amadeus:code",
      "@type": "xsd:string"
    },
    "itemId": {
      "@id": "amadeus:itemId",
      "@type": "xsd:string"
    },
    "description": "schema:description",
    "metricType": {
      "@id": "amadeus:metricType",
      "@type": "xsd:string"
    },
    "metricValue": {
      "@id": "amadeus:metricValue",
      "@type": "xsd:string"
    },
    "quotation": {
      "@id": "amadeus:quotation",
      "@type": "xsd:string"
    },
    "converted": {
      "@id": "amadeus:converted",
      "@type": "xsd:string"
    },
    "isBookable": {
      "@id": "amadeus:isBookable",
      "@type": "xsd:boolean"
    },
    "taxIncluded": {
      "@id": "amadeus:taxIncluded",
      "@type": "xsd:boolean"
    },
    "includedInTotal": {
      "@id": "amadeus:includedInTotal",
      "@type": "xsd:boolean"
    }
  }
}