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