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