{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/dryad/refs/heads/main/json-schema/geolocation.json", "title": "Geolocation", "properties": { "place": { "description": "A place name.", "type": "string" }, "box": { "$ref": "#/components/schemas/geolocationBox", "description": "A bounding box." }, "point": { "$ref": "#/components/schemas/geolocationPoint", "description": "A coordinate point." } } }