Sabre · Schema

APIError

TravelGDSAirlinesHotelsCar RentalBooking

Properties

Name Type Description
Code integer
NodeList string
ShortText string
Type string
View JSON Schema on GitHub

JSON Schema

sabre-apierror-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/APIError",
  "title": "APIError",
  "type": "object",
  "properties": {
    "Code": {
      "type": "integer"
    },
    "NodeList": {
      "type": "string"
    },
    "ShortText": {
      "type": "string"
    },
    "Type": {
      "type": "string"
    }
  }
}