Amadeus Traveler Media · JSON-LD Context

Amadeus Travel Recommendations Response_Recommended Context

JSON-LD context defining the semantic vocabulary for Amadeus Travel Recommendations Response_Recommended from Amadeus Traveler Media.

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

response_recommendedLocation

Properties

Property Type Container
warnings string set
data string set
meta 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#",
    "response_recommendedLocation": "amadeus:response_recommendedLocation",
    "warnings": {
      "@id": "amadeus:warnings",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "data": {
      "@id": "amadeus:data",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "meta": {
      "@id": "amadeus:meta",
      "@type": "xsd:string"
    }
  }
}