Amadeus Reservations · JSON-LD Context

Amadeus Transfer Booking Payment Context

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

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

Payment

Properties

Property Type Container
methodOfPayment string
paymentReference string
paymentServiceProvider string
creditCard 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#",
    "Payment": "amadeus:Payment",
    "methodOfPayment": {
      "@id": "amadeus:methodOfPayment",
      "@type": "xsd:string"
    },
    "paymentReference": {
      "@id": "amadeus:paymentReference",
      "@type": "xsd:string"
    },
    "paymentServiceProvider": {
      "@id": "amadeus:paymentServiceProvider",
      "@type": "xsd:string"
    },
    "creditCard": {
      "@id": "amadeus:creditCard",
      "@type": "xsd:string"
    }
  }
}