Amadeus Solutions · JSON Structure

Seat Map Display Coordinates Structure

Coordinates schema

Type: object Properties: 2
AirlinesBookingFlightsGDSHotelsTravelTravel Technology

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

Properties

x y

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-coordinates-structure.json",
  "name": "Coordinates",
  "description": "Coordinates schema",
  "type": "object",
  "properties": {
    "x": {
      "type": "int32",
      "description": "coordinate for the Length"
    },
    "y": {
      "type": "int32",
      "description": "coordinate for the Width"
    }
  }
}