Location of site in latitude and longitude.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/magic_site-location", "title": "magic_site-location", "description": "Location of site in latitude and longitude.", "properties": { "lat": { "description": "Latitude", "example": 37.6192, "type": "string" }, "lon": { "description": "Longitude", "example": 122.3816, "type": "string" } }, "type": "object" }