{ "$schema": "https://json-structure.org/draft/v0/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/points-of-interest-location-structure.json", "title": "Location", "description": "Location structure from Points of Interest", "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" }, "category": { "type": "string", "description": "category of the location" }, "tags": { "type": "array", "description": "list of tags related to the location" }, "rank": { "type": "string", "description": "the rank is the position compared to other locations based on how famous is a place. 1 being the highest." } } }