{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Signer", "type": "object", "properties": { "recipientId": { "type": "string" }, "recipientIdGuid": { "type": "string" }, "name": { "type": "string" }, "email": { "type": "string" }, "routingOrder": { "type": "string" }, "roleName": { "type": "string" }, "clientUserId": { "type": "string" }, "status": { "type": "string" }, "signedDateTime": { "type": "string" }, "deliveredDateTime": { "type": "string" }, "declinedDateTime": { "type": "string" }, "declinedReason": { "type": "string" }, "identityVerification": { "type": "object" }, "phoneAuthentication": { "type": "object" }, "accessCode": { "type": "string" }, "requireIdLookup": { "type": "string" }, "note": { "type": "string" } } }