{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Recipients", "type": "object", "properties": { "signers": { "type": "array" }, "carbonCopies": { "type": "array" }, "certifiedDeliveries": { "type": "array" }, "inPersonSigners": { "type": "array" }, "agents": { "type": "array" }, "editors": { "type": "array" }, "intermediaries": { "type": "array" }, "witnesses": { "type": "array" }, "recipientCount": { "type": "string" }, "currentRoutingOrder": { "type": "string" } } }