{ "$schema": "https://json-structure.org/meta/extended/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/architect-of-the-capitol/refs/heads/main/json-structure/aoc-data-api-coordinates-structure.json", "title": "Coordinates", "type": "object", "properties": { "latitude": { "type": "number" }, "longitude": { "type": "number" } } }