{ "$schema": "https://json-structure.org/draft/v0/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/seatmap-display-facility-structure.json", "title": "Facility", "description": "Facility structure from Seatmap Display", "type": "object", "properties": { "code": { "type": "string", "description": "Facility code, as described in the facility dictionary" }, "column": { "type": "string" }, "row": { "type": "string" }, "position": { "type": "string", "description": "Position is either front, rear or seat (in case the facility takes the place of a seat)" }, "coordinates": { "type": "object" } } }