Amadeus Solutions · Schema

LocationEntry

LocationEntry schema

AirlinesBookingFlightsGDSHotelsTravelTravel Technology
View JSON Schema on GitHub

JSON Schema

seat-map-display-location-entry-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus-solutions/refs/heads/main/json-schema/seat-map-display-location-entry-schema.json",
  "title": "LocationEntry",
  "description": "LocationEntry schema",
  "additionalProperties": {
    "$ref": "#/definitions/LocationValue"
  }
}