{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Occurrence", "type": "object", "properties": { "occurrence_id": { "type": "string" }, "start_time": { "type": "string" }, "duration": { "type": "integer" }, "status": { "type": "string" } } }