{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "TemplateRole", "type": "object", "properties": { "name": { "type": "string" }, "email": { "type": "string" }, "roleName": { "type": "string" }, "clientUserId": { "type": "string" }, "defaultRecipient": { "type": "string" }, "routingOrder": { "type": "string" }, "accessCode": { "type": "string" } } }