Amadeus · JSON Structure

Airport City Search Collection Meta Structure

Collection_Meta structure from Airport & City Search

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

Airport City Search Collection Meta 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

count links

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/airport-city-search-collection-meta-structure.json",
  "title": "Collection_Meta",
  "description": "Collection_Meta structure from Airport & City Search",
  "type": "object",
  "properties": {
    "count": {
      "type": "integer"
    },
    "links": {
      "type": "string"
    }
  }
}