Amadeus Traveler Media · JSON-LD Context

Amadeus Travel Recommendations Meta Context

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

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

Meta

Properties

Property Type Container
count integer
links 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#",
    "Meta": "amadeus:Meta",
    "count": {
      "@id": "amadeus:count",
      "@type": "xsd:integer"
    },
    "links": {
      "@id": "amadeus:links",
      "@type": "xsd:string"
    }
  }
}