{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GeoPoint", "title": "GeoPoint", "type": "object", "properties": { "latitude": { "type": "number", "format": "double", "description": "Latitude" }, "longitude": { "type": "number", "format": "double", "description": "Longitude" } } }