Amadeus Reservations · JSON-LD Context

Amadeus Transfer Management Issue Context

JSON-LD context defining the semantic vocabulary for Amadeus Transfer Management Issue from Amadeus Reservations.

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

Issue

Properties

Property Type Container
status integer
code integer
title string
detail string
source 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#",
    "Issue": "amadeus:Issue",
    "status": {
      "@id": "amadeus:status",
      "@type": "xsd:integer"
    },
    "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"
    }
  }
}