Amadeus Reservations · JSON-LD Context

Amadeus Transfer Booking Vehicle Context

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

Vehicle description

Properties

Property Type Container
code string
category string
seats string set
baggages string set
imageURL 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#",
    "Vehicle": "amadeus:Vehicle",
    "code": {
      "@id": "amadeus:code",
      "@type": "xsd:string"
    },
    "category": {
      "@id": "amadeus:category",
      "@type": "xsd:string"
    },
    "description": "schema:description",
    "seats": {
      "@id": "amadeus:seats",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "baggages": {
      "@id": "amadeus:baggages",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "imageURL": {
      "@id": "amadeus:imageURL",
      "@type": "xsd:string"
    }
  }
}