{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.ilert.com/schemas/EventFlowNodeMetadataWait", "title": "EventFlowNodeMetadataWait", "type": "object", "properties": { "waitForDuration": { "type": "string" }, "waitStartSupportHoursId": { "type": "integer", "format": "int64" }, "waitEndSupportHoursId": { "type": "integer", "format": "int64" } } }