Amadeus · JSON Structure

Travel Recommendations Response Error Structure

A set of errors

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

Travel Recommendations Response Error Structure is a JSON Structure definition published by Amadeus, describing 1 property. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

errors

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/travel-recommendations-response-error-structure.json",
  "title": "response_error",
  "description": "A set of errors",
  "type": "object",
  "properties": {
    "errors": {
      "type": "array"
    }
  }
}