{ "$schema": "https://json-structure.org/draft/v0/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/flight-choice-prediction-collection-meta-structure.json", "title": "Collection_Meta", "description": "meta information", "type": "object", "properties": { "count": { "type": "integer" }, "links": { "type": "string" }, "oneWayCombinations": { "type": "array" } } }