Amadeus Reservations · JSON-LD Context
Amadeus Transfer Booking Transfer Context
JSON-LD context defining the semantic vocabulary for Amadeus Transfer Booking Transfer from Amadeus Reservations.
2 Classes
23 Properties
4 Namespaces
Namespaces
amadeus:
https://amadeus.com/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
Transfer
TransferOrder
Properties
| Property | Type | Container |
|---|---|---|
| transferType | string | |
| start | string | |
| end | string | |
| stopOvers | string | set |
| passenegerCharacteristics | string | set |
| duration | string | |
| vehicle | string | |
| serviceProvider | string | |
| partnerInfo | string | |
| quotation | string | |
| converted | string | |
| extraServices | string | set |
| equipment | string | set |
| cancellationRules | string | set |
| methodsOfPaymentAccepted | string | set |
| discountCodes | string | set |
| distance | string | |
| type | string | |
| id | string | |
| reference | string | |
| transfers | string | set |
| passengers | string | set |
| agency | string |
JSON-LD Document
{
"@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#",
"Transfer": "amadeus:Transfer",
"TransferOrder": "amadeus:TransferOrder",
"transferType": {
"@id": "amadeus:transferType",
"@type": "xsd:string"
},
"start": {
"@id": "amadeus:start",
"@type": "xsd:string"
},
"end": {
"@id": "amadeus:end",
"@type": "xsd:string"
},
"stopOvers": {
"@id": "amadeus:stopOvers",
"@container": "@set",
"@type": "xsd:string"
},
"passenegerCharacteristics": {
"@id": "amadeus:passenegerCharacteristics",
"@container": "@set",
"@type": "xsd:string"
},
"duration": {
"@id": "amadeus:duration",
"@type": "xsd:string"
},
"vehicle": {
"@id": "amadeus:vehicle",
"@type": "xsd:string"
},
"serviceProvider": {
"@id": "amadeus:serviceProvider",
"@type": "xsd:string"
},
"partnerInfo": {
"@id": "amadeus:partnerInfo",
"@type": "xsd:string"
},
"quotation": {
"@id": "amadeus:quotation",
"@type": "xsd:string"
},
"converted": {
"@id": "amadeus:converted",
"@type": "xsd:string"
},
"extraServices": {
"@id": "amadeus:extraServices",
"@container": "@set",
"@type": "xsd:string"
},
"equipment": {
"@id": "amadeus:equipment",
"@container": "@set",
"@type": "xsd:string"
},
"cancellationRules": {
"@id": "amadeus:cancellationRules",
"@container": "@set",
"@type": "xsd:string"
},
"methodsOfPaymentAccepted": {
"@id": "amadeus:methodsOfPaymentAccepted",
"@container": "@set",
"@type": "xsd:string"
},
"discountCodes": {
"@id": "amadeus:discountCodes",
"@container": "@set",
"@type": "xsd:string"
},
"distance": {
"@id": "amadeus:distance",
"@type": "xsd:string"
},
"type": {
"@id": "amadeus:type",
"@type": "xsd:string"
},
"id": {
"@id": "amadeus:id",
"@type": "xsd:string"
},
"reference": {
"@id": "amadeus:reference",
"@type": "xsd:string"
},
"transfers": {
"@id": "amadeus:transfers",
"@container": "@set",
"@type": "xsd:string"
},
"passengers": {
"@id": "amadeus:passengers",
"@container": "@set",
"@type": "xsd:string"
},
"agency": {
"@id": "amadeus:agency",
"@type": "xsd:string"
}
}
}