Amadeus · JSON Structure

Branded Fares Upsell Chargeable Seat Structure

Details of chargeable seat

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

Branded Fares Upsell Chargeable Seat Structure is a JSON Structure definition published by Amadeus, describing 2 properties. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

id number

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/branded-fares-upsell-chargeable-seat-structure.json",
  "title": "ChargeableSeat",
  "description": "Details of chargeable seat",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Id of the chargeable seat"
    },
    "number": {
      "type": "string",
      "description": "seat number"
    }
  }
}