Amadeus · JSON Structure

Transfer Management Error 400 Structure

Error_400 structure from Transfer Management

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

Transfer Management Error 400 Structure is a JSON Structure definition published by Amadeus, describing 1 property, of which 1 is required. 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/transfer-management-error-400-structure.json",
  "title": "Error_400",
  "description": "Error_400 structure from Transfer Management",
  "type": "object",
  "properties": {
    "errors": {
      "type": "array"
    }
  },
  "required": [
    "errors"
  ]
}