{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Editor", "type": "object", "description": "An editor recipient who can modify the envelope before it is sent.", "properties": { "recipientId": { "type": "string" }, "name": { "type": "string" }, "email": { "type": "string" }, "routingOrder": { "type": "string" }, "status": { "type": "string" } } }