Amadeus Reservations · JSON-LD Context

Amadeus Transfer Booking Credit Context

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

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

CreditCard

Properties

Property Type Container
number string
holderName string
vendorCode string
expiryDate string
cvv 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#",
    "CreditCard": "amadeus:CreditCard",
    "number": {
      "@id": "amadeus:number",
      "@type": "xsd:string"
    },
    "holderName": {
      "@id": "amadeus:holderName",
      "@type": "xsd:string"
    },
    "vendorCode": {
      "@id": "amadeus:vendorCode",
      "@type": "xsd:string"
    },
    "expiryDate": {
      "@id": "amadeus:expiryDate",
      "@type": "xsd:string"
    },
    "cvv": {
      "@id": "amadeus:cvv",
      "@type": "xsd:string"
    }
  }
}