Amadeus · JSON Structure

City Search Response City Search Structure

response_citySearch structure from City Search

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

City Search Response City Search Structure is a JSON Structure definition published by Amadeus, describing 4 properties. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

warnings meta data included

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/city-search-response-city-search-structure.json",
  "title": "response_citySearch",
  "description": "response_citySearch structure from City Search",
  "type": "object",
  "properties": {
    "warnings": {
      "type": "array"
    },
    "meta": {
      "type": "object",
      "description": "Meta information about the returned object(s) in \"data\""
    },
    "data": {
      "type": "array"
    },
    "included": {
      "type": "object"
    }
  }
}