{ "$schema": "https://json-structure.org/draft/v0/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/flight-inspiration-search-location-value-structure.json", "title": "LocationValue", "description": "LocationValue structure from Flight Inspiration Search", "type": "object", "properties": { "subType": { "type": "string", "description": "location type: airport or city" }, "detailedName": { "type": "string", "description": "name of the location" } } }