A decline button tab for document rejection.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Decline", "type": "object", "description": "A decline button tab for document rejection.", "properties": { "tabId": { "type": "string" }, "tabLabel": { "type": "string" }, "documentId": { "type": "string" }, "pageNumber": { "type": "string" }, "recipientId": { "type": "string" }, "xPosition": { "type": "string" }, "yPosition": { "type": "string" }, "buttonText": { "type": "string" }, "declineReason": { "type": "string" } } }