Amadeus · JSON Structure

Airline Routes Response Airline Routes Structure

response_airlineRoutes structure from Airline Routes

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

Airline Routes Response Airline Routes 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

warnings data meta

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/airline-routes-response-airline-routes-structure.json",
  "title": "response_airlineRoutes",
  "description": "response_airlineRoutes structure from Airline Routes",
  "type": "object",
  "properties": {
    "warnings": {
      "type": "array"
    },
    "data": {
      "type": "array"
    },
    "meta": {
      "type": "object",
      "description": "Meta information about the returned object(s) in \"data\""
    }
  }
}