Amadeus Reservations · JSON-LD Context

Amadeus Transfer Booking Cancellation Context

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

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

CancellationRule

Properties

Property Type Container
ruleDescription string
feeType string
feeValue string
currencyCode string
metricType string
metricMin string
metricMax 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#",
    "CancellationRule": "amadeus:CancellationRule",
    "ruleDescription": {
      "@id": "amadeus:ruleDescription",
      "@type": "xsd:string"
    },
    "feeType": {
      "@id": "amadeus:feeType",
      "@type": "xsd:string"
    },
    "feeValue": {
      "@id": "amadeus:feeValue",
      "@type": "xsd:string"
    },
    "currencyCode": {
      "@id": "amadeus:currencyCode",
      "@type": "xsd:string"
    },
    "metricType": {
      "@id": "amadeus:metricType",
      "@type": "xsd:string"
    },
    "metricMin": {
      "@id": "amadeus:metricMin",
      "@type": "xsd:string"
    },
    "metricMax": {
      "@id": "amadeus:metricMax",
      "@type": "xsd:string"
    }
  }
}