{ "$schema": "https://json-structure.org/draft/v0/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/safe-place-links-structure.json", "title": "Links", "description": "Links structure from Safe Place", "type": "object", "properties": { "href": { "type": "string", "format": "uri" }, "methods": { "type": "array" }, "count": { "type": "integer" } }, "required": [ "href" ] }