Amadeus Reservations · JSON Structure

Flight Create Orders Error_500 Structure

Error_500 schema

Type: object Properties: 1 Required: 1
BookingFlightsHotelsReservationsTravel

Error_500 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/flight-create-orders-error_500-structure.json",
  "name": "Error_500",
  "description": "Error_500 schema",
  "type": "object",
  "properties": {
    "errors": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/Issue"
      }
    }
  },
  "required": [
    "errors"
  ],
  "example": {
    "errors": [
      {
        "status": 500,
        "code": 141,
        "title": "SYSTEM ERROR HAS OCCURRED"
      }
    ]
  }
}