Amadeus Reservations · JSON Structure

Transfer Booking Error_401 Structure

Error_401 schema

Type: object Properties: 1 Required: 1
BookingFlightsHotelsReservationsTravel

Error_401 is a JSON Structure definition published by Amadeus Reservations, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

errors

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus-reservations/refs/heads/main/json-structure/transfer-booking-error_401-structure.json",
  "name": "Error_401",
  "description": "Error_401 schema",
  "properties": {
    "errors": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/Issue"
      }
    }
  },
  "required": [
    "errors"
  ],
  "example": {
    "errors": [
      {
        "status": 401,
        "code": 20,
        "title": "RESTRICTED",
        "detail": "Query unauthorized"
      }
    ]
  },
  "type": "object"
}