{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Location", "type": "object", "properties": { "id": { "type": "string" }, "descriptor": { "type": "string" }, "name": { "type": "string" }, "latitude": { "type": "number" }, "longitude": { "type": "number" }, "usages": { "type": "array" } } }