Skip to content

Commit 0ee4210

Browse files
authored
Refactor widget options and example values
Removed options property from widget definition and updated example values.
1 parent 89bb1eb commit 0ee4210

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

docs/docs/API-docs/v1.2/opensign.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7065,14 +7065,6 @@ components:
70657065
description: "Height of widget. use our [**Debug UI**](https://app.opensignlabs.com/debugpdf) to calculate the value."
70667066
format: number
70677067
example: 46
7068-
options:
7069-
type: object
7070-
description: Widget-specific options such as required, name, hint, values, default, formatting, validation, and attachment settings.
7071-
additionalProperties: true
7072-
example:
7073-
required: true
7074-
name: attachment widget
7075-
hint: Provide files
70767068
createdocument_body_signers:
70777069
type: object
70787070
properties:
@@ -7124,7 +7116,7 @@ components:
71247116
type: string
71257117
description: "Allowed values include signature, stamp, initials, email, name, job title, company, date, textbox, checkbox, dropdown, radio button, image, number, cells, attachments."
71267118
format: string
7127-
example: attachments
7119+
example: signature
71287120
page:
71297121
type: number
71307122
description: "The page number on which the widget should appear. use our [**Debug UI**](https://app.opensignlabs.com/debugpdf) to calculate the value."

0 commit comments

Comments
 (0)