Amadeus · JSON Structure

Flight Offers Price Stakeholder Structure

stakeholder definition

Type: object Properties: 5
TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

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

Properties

id dateOfBirth gender name documents

Meta-schema: https://json-structure.org/draft/v0/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/v0/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/flight-offers-price-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"
    }
  }
}