Amadeus Reservations · JSON-LD Context

Amadeus Hotel Booking Price Context

JSON-LD context defining the semantic vocabulary for Amadeus Hotel Booking Price 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

Price

Properties

Property Type Container
currency string
sellingTotal string
total string
base string
markups set

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#",
    "Price": "amadeus:Price",
    "currency": {
      "@id": "amadeus:currency",
      "@type": "xsd:string"
    },
    "sellingTotal": {
      "@id": "amadeus:sellingTotal",
      "@type": "xsd:string"
    },
    "total": {
      "@id": "amadeus:total",
      "@type": "xsd:string"
    },
    "base": {
      "@id": "amadeus:base",
      "@type": "xsd:string"
    },
    "markups": {
      "@id": "amadeus:markups",
      "@container": "@set"
    }
  }
}