From 27ad9a0495a22f324b33ebaeb0b2f216ab0ae8ce Mon Sep 17 00:00:00 2001 From: Minh Nguyen Cong Date: Wed, 6 Sep 2023 14:22:58 +0200 Subject: [PATCH 1/3] feat: Update sign template signer input --- content/schemas/template_signer_input.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/content/schemas/template_signer_input.yml b/content/schemas/template_signer_input.yml index 1c3a4030..31ca87db 100644 --- a/content/schemas/template_signer_input.yml +++ b/content/schemas/template_signer_input.yml @@ -18,6 +18,7 @@ allOf: - date - text - checkbox + - attachment - radio - dropdown description: >- @@ -109,4 +110,10 @@ allOf: type: number example: 0.05311728090109673 description: Relative height to the - page the input is on, ranging from 0 to 1. + page the input is on, ranging from 0 to 1. + + label: + type: string + description: The label field is used especially for text, attachment, radio, and checkbox type inputs. + nullable: true + example: Legal name \ No newline at end of file From f49e37c43279bba940280f9d8721e600c7f80b94 Mon Sep 17 00:00:00 2001 From: Minh Nguyen Cong Date: Wed, 6 Sep 2023 14:24:42 +0200 Subject: [PATCH 2/3] Update openapi.json --- openapi.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/openapi.json b/openapi.json index 3b7a2186..beb89db9 100644 --- a/openapi.json +++ b/openapi.json @@ -33048,6 +33048,7 @@ "date", "text", "checkbox", + "attachment", "radio", "dropdown" ], @@ -33142,6 +33143,12 @@ "description": "Relative height to the page the input is on, ranging from 0 to 1." } } + }, + "label": { + "type": "string", + "description": "The label field is used especially for text, attachment, radio, and checkbox type inputs.", + "nullable": true, + "example": "Legal name" } } } From c4c6d9c82350139e53a63e17944b949e8e5c2926 Mon Sep 17 00:00:00 2001 From: Minh Nguyen Cong Date: Wed, 6 Sep 2023 14:27:10 +0200 Subject: [PATCH 3/3] Update openapi.json --- content/schemas/template_signer_input.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/schemas/template_signer_input.yml b/content/schemas/template_signer_input.yml index 31ca87db..bbd91a55 100644 --- a/content/schemas/template_signer_input.yml +++ b/content/schemas/template_signer_input.yml @@ -114,6 +114,7 @@ allOf: label: type: string - description: The label field is used especially for text, attachment, radio, and checkbox type inputs. + description: The label field is used especially for text, + attachment, radio, and checkbox type inputs. nullable: true - example: Legal name \ No newline at end of file + example: Legal name