Amadeus · JSON Structure

Seatmap Display Qualified Free Text Structure

Specific type to convey a list of string for specific information type ( via qualifier) in specific character set, or language

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

Seatmap Display Qualified Free Text 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

text lang

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/seatmap-display-qualified-free-text-structure.json",
  "title": "QualifiedFreeText",
  "description": "Specific type to convey a list of string for specific information type ( via qualifier) in specific character set, or language",
  "type": "object",
  "properties": {
    "text": {
      "type": "string",
      "description": "Free Text"
    },
    "lang": {
      "type": "string",
      "description": "see RFC 5646"
    }
  }
}