{ "$schema": "https://json-structure.org/draft/v0/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/seatmap-display-amenity-seat-structure.json", "title": "Amenity_Seat", "description": "Characteristics for a group of seat, such as Distance from one seat to the another in front or behind it or width space", "type": "object", "properties": { "legSpace": { "type": "integer", "description": "Space between 2 seats" }, "spaceUnit": { "type": "string" }, "tilt": { "type": "string", "description": "Flatness of a seat" }, "amenityType": { "type": "string" }, "medias": { "type": "array", "description": "list of media associated to the seat (rich content)" } } }