Amadeus · JSON Structure

Flight Offers Price Base Name Structure

description of the name of a physical person

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

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

Properties

firstName lastName middleName

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-base-name-structure.json",
  "title": "BaseName",
  "description": "description of the name of a physical person",
  "type": "object",
  "properties": {
    "firstName": {
      "type": "string",
      "description": "First name."
    },
    "lastName": {
      "type": "string",
      "description": "Last name."
    },
    "middleName": {
      "type": "string",
      "description": "Middle name(s), for example \"Lee\" in \"John Lee Smith\"."
    }
  }
}