{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Intermediary", "type": "object", "description": "An intermediary recipient who can forward the envelope to another person.", "properties": { "recipientId": { "type": "string" }, "name": { "type": "string" }, "email": { "type": "string" }, "routingOrder": { "type": "string" }, "status": { "type": "string" } } }