{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Agent", "type": "object", "properties": { "recipientId": { "type": "string" }, "name": { "type": "string" }, "email": { "type": "string" }, "routingOrder": { "type": "string" }, "status": { "type": "string" } } }