Amadeus Traveler Media · JSON-LD Context

Amadeus Hotel Ratings Collection Context

JSON-LD context defining the semantic vocabulary for Amadeus Hotel Ratings Collection from Amadeus Traveler Media.

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

CollectionMeta CollectionLinks

Properties

Property Type Container
count integer
links string
self reference
next reference
previous reference
last reference
first reference
up reference

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#",
    "CollectionMeta": "amadeus:CollectionMeta",
    "CollectionLinks": "amadeus:CollectionLinks",
    "count": {
      "@id": "amadeus:count",
      "@type": "xsd:integer"
    },
    "links": {
      "@id": "amadeus:links",
      "@type": "xsd:string"
    },
    "self": {
      "@id": "amadeus:self",
      "@type": "@id"
    },
    "next": {
      "@id": "amadeus:next",
      "@type": "@id"
    },
    "previous": {
      "@id": "amadeus:previous",
      "@type": "@id"
    },
    "last": {
      "@id": "amadeus:last",
      "@type": "@id"
    },
    "first": {
      "@id": "amadeus:first",
      "@type": "@id"
    },
    "up": {
      "@id": "amadeus:up",
      "@type": "@id"
    }
  }
}