{ "$schema": "https://json-structure.org/draft/v0/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/transfer-book-distance-structure.json", "title": "Distance", "description": "Distance structure from Transfer Booking", "type": "object", "properties": { "value": { "type": "integer", "description": "great-circle distance between two locations. This distance thus do not take into account traffic conditions; international boundaries; mountains; water; or other elements that might make the a nearby location hard to reach." }, "unit": { "type": "string", "description": "unit of the distance" } } }