{ "$schema": "https://json-structure.org/draft/v0/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/safe-place-location-structure.json", "title": "Location", "description": "Location structure from Safe Place", "type": "object", "properties": { "id": { "type": "string", "description": "id of the ressource" }, "self": { "type": "string" }, "type": { "type": "string", "description": "the resource name" }, "subType": { "type": "string", "description": "location sub type" }, "name": { "type": "string", "description": "short name of the location" }, "geoCode": { "type": "string" } } }