Amadeus Solutions · JSON Structure

Flight Offers Search Collection_ Meta Structure

Collection_Meta schema

Type: object Properties: 2
AirlinesBookingFlightsGDSHotelsTravelTravel Technology

Collection_Meta is a JSON Structure definition published by Amadeus Solutions, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

count oneWayCombinations

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-solutions/refs/heads/main/json-structure/flight-offers-search-collection_-meta-structure.json",
  "name": "Collection_Meta",
  "description": "Collection_Meta schema",
  "properties": {
    "count": {
      "type": "int32",
      "example": 1
    },
    "oneWayCombinations": {
      "type": "array",
      "items": {
        "name": "oneWayCombinations",
        "properties": {
          "originDestinationId": {
            "type": "string"
          },
          "flightOfferIds": {
            "type": "array",
            "items": {
              "type": "string"
            }
          }
        }
      }
    }
  },
  "type": "object"
}