{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.ilert.com/schemas/CallFlowNodeMetadataIntent", "title": "CallFlowNodeMetadataIntent", "type": "object", "properties": { "type": { "type": "string", "enum": [ "INCIDENT", "SYSTEM_OUTAGE", "SECURITY_BREACH", "TECHNICAL_SUPPORT", "INQUIRY" ] }, "label": { "type": "string" }, "description": { "type": "string" }, "examples": { "type": "array", "items": { "type": "string" } } } }