{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-schema/flight-inspiration-search-links-schema.json", "title": "Links", "description": "Links schema from Flight Inspiration Search", "properties": { "self": { "type": "string", "format": "uri", "example": "https://example.com/resource" } }, "type": "object" }