Amadeus Solutions · JSON Structure

Seat Map Display Stakeholder Gender Structure

The gender

Type: string Properties: 0
AirlinesBookingFlightsGDSHotelsTravelTravel Technology

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

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-stakeholder-gender-structure.json",
  "name": "StakeholderGender",
  "description": "The gender",
  "type": "string",
  "enum": [
    "MALE",
    "FEMALE"
  ],
  "example": "FEMALE"
}