Amadeus Reservations · JSON-LD Context

Amadeus Hotel Booking Payment Context

JSON-LD context defining the semantic vocabulary for Amadeus Hotel Booking Payment from Amadeus Reservations.

2 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

PaymentInput PaymentOutput

Properties

Property Type Container
iataTravelAgency reference
method string
paymentCard reference
billBack reference
b2bWallet reference

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#",
    "PaymentInput": "amadeus:PaymentInput",
    "PaymentOutput": "amadeus:PaymentOutput",
    "iataTravelAgency": {
      "@id": "amadeus:iataTravelAgency",
      "@type": "@id"
    },
    "method": {
      "@id": "amadeus:method",
      "@type": "xsd:string"
    },
    "paymentCard": {
      "@id": "amadeus:paymentCard",
      "@type": "@id"
    },
    "billBack": {
      "@id": "amadeus:billBack",
      "@type": "@id"
    },
    "b2bWallet": {
      "@id": "amadeus:b2bWallet",
      "@type": "@id"
    }
  }
}