{ "$schema": "https://json-structure.org/draft/v0/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/tours-and-activities-link-structure.json", "title": "Link", "description": "Link structure from Tours and Activities", "type": "object", "properties": { "href": { "type": "string", "format": "uri" }, "methods": { "type": "array" } } }