{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Incident", "title": "Incident", "type": "object", "properties": { "type": { "type": "string" }, "geometry": { "type": "object", "properties": { "type": { "type": "string" }, "coordinates": { "type": "array" } } }, "properties": { "$ref": "#/components/schemas/IncidentProperties" } } }