{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "SiteUpdate", "type": "object", "properties": { "site_name": { "type": "string" }, "address": { "type": "string" }, "city": { "type": "string" }, "state": { "type": "string" }, "country": { "type": "string" }, "zipcode": { "type": "string" }, "longitude": { "type": "number" }, "latitude": { "type": "number" } } }