{ "$schema": "https://json-structure.org/draft/v0/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/seatmap-display-link-structure.json", "title": "Link", "description": "Link structure from Seatmap Display", "type": "object", "properties": { "href": { "type": "string", "format": "uri" }, "methods": { "type": "array" }, "count": { "type": "integer" } }, "required": [ "href" ] }