{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "InPersonSigner", "type": "object", "description": "An in-person signer recipient for face-to-face signing where a host manages the signing session.", "properties": { "recipientId": { "type": "string" }, "hostName": { "type": "string", "description": "The name of the signing host." }, "hostEmail": { "type": "string", "description": "The email of the signing host." }, "signerName": { "type": "string", "description": "The name of the in-person signer." }, "signerEmail": { "type": "string", "description": "The email of the in-person signer." }, "routingOrder": { "type": "string" }, "status": { "type": "string" } } }