Amadeus Solutions · JSON Structure

Seat Map Display Facility Dictionary Structure

on board facilities map. E.g: bulkhead, closet, exit door, galley, lavatory

Type: object Properties: 0
AirlinesBookingFlightsGDSHotelsTravelTravel Technology

FacilityDictionary is a JSON Structure definition published by Amadeus Solutions. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus-solutions/refs/heads/main/json-structure/seat-map-display-facility-dictionary-structure.json",
  "name": "FacilityDictionary",
  "description": "on board facilities map. E.g: bulkhead, closet, exit door, galley, lavatory",
  "type": "object",
  "additionalProperties": {
    "type": "string"
  }
}