Amadeus Reservations · JSON Structure

Flight Create Orders Base Name Structure

description of the name of a physical person

Type: object Properties: 3
BookingFlightsHotelsReservationsTravel

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

Properties

firstName lastName middleName

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