Amadeus Reservations · JSON Structure

Flight Create Orders Stakeholder Structure

stakeholder definition

Type: object Properties: 5
BookingFlightsHotelsReservationsTravel

Stakeholder is a JSON Structure definition published by Amadeus Reservations, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id dateOfBirth gender name documents

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-reservations/refs/heads/main/json-structure/flight-create-orders-stakeholder-structure.json",
  "name": "Stakeholder",
  "description": "stakeholder definition",
  "type": "object",
  "properties": {
    "id": {
      "description": "item identifier",
      "type": "string"
    },
    "dateOfBirth": {
      "type": "date",
      "description": "The date of birth in ISO 8601 format (yyyy-mm-dd)"
    },
    "gender": {
      "$ref": "#/definitions/StakeholderGender"
    },
    "name": {
      "$ref": "#/definitions/Name"
    },
    "documents": {
      "type": "array",
      "description": "Advanced Passenger Information - regulatory identity documents - SSR DOCS & DOCO elements",
      "items": {
        "$ref": "#/definitions/IdentityDocument"
      }
    }
  }
}