Amadeus Reservations · JSON-LD Context

Amadeus Hotel Booking Warning Context

JSON-LD context defining the semantic vocabulary for Amadeus Hotel Booking Warning from Amadeus Reservations.

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

Warning

Properties

Property Type Container
code integer
title string
detail string
source reference
documentation string
sources string set
relationships 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#",
    "Warning": "amadeus:Warning",
    "code": {
      "@id": "amadeus:code",
      "@type": "xsd:integer"
    },
    "title": {
      "@id": "amadeus:title",
      "@type": "xsd:string"
    },
    "detail": {
      "@id": "amadeus:detail",
      "@type": "xsd:string"
    },
    "source": {
      "@id": "amadeus:source",
      "@type": "@id"
    },
    "documentation": {
      "@id": "amadeus:documentation",
      "@type": "xsd:string"
    },
    "sources": {
      "@id": "amadeus:sources",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "relationships": {
      "@id": "amadeus:relationships",
      "@type": "@id"
    }
  }
}