{ "$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-links-structure.json", "title": "CollectionLinks", "description": "CollectionLinks structure from Flight Choice Prediction", "type": "object", "properties": { "self": { "type": "string", "format": "uri" }, "next": { "type": "string", "format": "uri" }, "previous": { "type": "string", "format": "uri" }, "last": { "type": "string", "format": "uri" }, "first": { "type": "string", "format": "uri" }, "up": { "type": "string", "format": "uri" } } }