{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "AgentRinging", "type": "object", "required": ["event", "call_id", "escalation_id", "agent_id", "created_at"], "properties": { "event": { "const": "AgentRinging" }, "call_id": { "type": "string" }, "escalation_id": { "type": "string" }, "agent_id": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" } } }