{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Location", "type": "object", "properties": { "id": { "type": "string", "description": "The Workday ID of the location." }, "descriptor": { "type": "string", "description": "A display descriptor for the location." }, "name": { "type": "string" }, "latitude": { "type": "number" }, "longitude": { "type": "number" }, "usages": { "type": "array" } } }