Update opensign.yaml

This commit is contained in:
prafull-opensignlabs
2024-02-15 19:11:15 +05:30
committed by GitHub
parent 2dea2172bc
commit 0fc895ad17
+13
View File
@@ -1129,6 +1129,10 @@ components:
items:
$ref: '#/components/schemas/contact'
draftdocument_body:
required:
- file
- signers
- title
type: object
properties:
file:
@@ -1340,6 +1344,10 @@ components:
type: string
example: Report not available!
drafttemplate_body:
required:
- file
- signers
- title
type: object
properties:
file:
@@ -1362,6 +1370,10 @@ components:
type: boolean
example: false
createtemplate_body:
required:
- file
- signers
- title
type: object
properties:
file:
@@ -1382,6 +1394,7 @@ components:
example: sample description
signers:
type: array
description: You can provide signer optionally if you it as default signer
items:
$ref: '#/components/schemas/createtemplate_body_signers'
sendInOrder: