Amadeus Reservations · JSON-LD Context

Amadeus Transfer Management Transfer Context

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

TransferCancellation

Properties

Property Type Container
confirmNbr string
reservationStatus 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#",
    "TransferCancellation": "amadeus:TransferCancellation",
    "confirmNbr": {
      "@id": "amadeus:confirmNbr",
      "@type": "xsd:string"
    },
    "reservationStatus": {
      "@id": "amadeus:reservationStatus",
      "@type": "xsd:string"
    }
  }
}