Sabre · Schema

BFMResponse

TravelGDSAirlinesHotelsCar RentalBooking

Properties

Name Type Description
OTA_AirLowFareSearchRS object
View JSON Schema on GitHub

JSON Schema

sabre-bfmresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BFMResponse",
  "title": "BFMResponse",
  "type": "object",
  "properties": {
    "OTA_AirLowFareSearchRS": {
      "type": "object",
      "properties": {
        "PricedItineraries": {
          "type": "object",
          "properties": {
            "PricedItinerary": {
              "type": "array",
              "items": {
                "$ref": "#/components/schemas/PricedItinerary"
              }
            }
          }
        },
        "Success": {
          "type": "object"
        },
        "Errors": {
          "type": "object",
          "properties": {
            "Error": {
              "type": "array",
              "items": {
                "$ref": "#/components/schemas/APIError"
              }
            }
          }
        }
      }
    }
  }
}