{ "$schema": "https://json-structure.org/draft/v0/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/seatmap-display-stakeholder-structure.json", "title": "Stakeholder", "description": "stakeholder definition", "type": "object", "properties": { "id": { "type": "string", "description": "item identifier" }, "dateOfBirth": { "type": "string", "format": "date", "description": "The date of birth in ISO 8601 format (yyyy-mm-dd)" }, "gender": { "type": "string", "description": "The gender" }, "name": { "type": "string", "description": "name" }, "documents": { "type": "array", "description": "Advanced Passenger Information - regulatory identity documents - SSR DOCS & DOCO elements" } } }