{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-structure/orders-coordinates-structure.json", "name": "Coordinates", "description": "Coordinates", "type": "object", "properties": { "Latitude": { "description": "Latitude", "type": "double", "example": 1.0 }, "Longitude": { "description": "Longitude", "type": "double", "example": 1.0 } } }