{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "RecipientViewRequest", "type": "object", "properties": { "authenticationMethod": { "type": "string" }, "email": { "type": "string" }, "userName": { "type": "string" }, "clientUserId": { "type": "string" }, "recipientId": { "type": "string" }, "returnUrl": { "type": "string" }, "pingUrl": { "type": "string" }, "pingFrequency": { "type": "string" }, "frameAncestors": { "type": "array" }, "messageOrigins": { "type": "array" }, "securityDomain": { "type": "string" } } }