{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-schema/flight-order-management-stakeholder-gender-schema.json", "title": "StakeholderGender", "description": "Gender for individual", "type": "string", "enum": [ "MALE", "FEMALE", "UNSPECIFIED", "UNDISCLOSED" ], "example": "FEMALE" }