From 0ee42102cab1aff51dc781fb22bbf8c2a6f2beea Mon Sep 17 00:00:00 2001 From: Amol Date: Thu, 11 Jun 2026 18:07:44 +0530 Subject: [PATCH] Refactor widget options and example values Removed options property from widget definition and updated example values. --- docs/docs/API-docs/v1.2/opensign.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/docs/docs/API-docs/v1.2/opensign.yaml b/docs/docs/API-docs/v1.2/opensign.yaml index 94c5a6958..3b9d360ab 100644 --- a/docs/docs/API-docs/v1.2/opensign.yaml +++ b/docs/docs/API-docs/v1.2/opensign.yaml @@ -7065,14 +7065,6 @@ components: description: "Height of widget. use our [**Debug UI**](https://app.opensignlabs.com/debugpdf) to calculate the value." format: number example: 46 - options: - type: object - description: Widget-specific options such as required, name, hint, values, default, formatting, validation, and attachment settings. - additionalProperties: true - example: - required: true - name: attachment widget - hint: Provide files createdocument_body_signers: type: object properties: @@ -7124,7 +7116,7 @@ components: type: string description: "Allowed values include signature, stamp, initials, email, name, job title, company, date, textbox, checkbox, dropdown, radio button, image, number, cells, attachments." format: string - example: attachments + example: signature page: type: number description: "The page number on which the widget should appear. use our [**Debug UI**](https://app.opensignlabs.com/debugpdf) to calculate the value."