{ "$schema": "https://json-structure.org/meta/extended/v0/#", "$id": "https://api-evangelist.github.io/weaviate/json-structure/weaviate-geo-coordinates-structure.json", "title": "GeoCoordinates", "description": "Weaviate GeoCoordinates schema", "type": "object", "properties": { "latitude": { "type": "float32", "description": "The latitude of the point on earth in decimal form." }, "longitude": { "type": "float32", "description": "The longitude of the point on earth in decimal form." } } }