{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.ilert.com/schemas/CallFlowNodeMetadataCreateAlert", "title": "CallFlowNodeMetadataCreateAlert", "type": "object", "required": [ "alertSourceId" ], "properties": { "alertSourceId": { "type": "integer", "format": "int64" }, "acceptAlertOnAnswer": { "type": "boolean" } } }