Amadeus Traveler Media · JSON-LD Context

Amadeus Hotel Ratings Error Context

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

ErrorSource

Properties

Property Type Container
parameter string
pointer string
example 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#",
    "ErrorSource": "amadeus:ErrorSource",
    "parameter": {
      "@id": "amadeus:parameter",
      "@type": "xsd:string"
    },
    "pointer": {
      "@id": "amadeus:pointer",
      "@type": "xsd:string"
    },
    "example": {
      "@id": "amadeus:example",
      "@type": "xsd:string"
    }
  }
}