From 5fdd3f5637055eaf5ed2d03489313850740e9fd1 Mon Sep 17 00:00:00 2001 From: Raktima <110812506+raktima-opensignlabs@users.noreply.github.com> Date: Fri, 26 Jun 2026 18:46:57 +0530 Subject: [PATCH] Update OpenSign API docs for contact schema changes Updated the OpenSign API documentation to reference 'contact_res' schema and added new properties for contact details. --- docs/docs/API-docs/v1.2/opensign.yaml | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/docs/docs/API-docs/v1.2/opensign.yaml b/docs/docs/API-docs/v1.2/opensign.yaml index cbdc65a6f..a2af8aa4b 100644 --- a/docs/docs/API-docs/v1.2/opensign.yaml +++ b/docs/docs/API-docs/v1.2/opensign.yaml @@ -283,7 +283,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/contact' + $ref: '#/components/schemas/contact_res' "400": description: "Something went wrong, please try again later!" content: @@ -5545,6 +5545,31 @@ components: $ref: '#/components/schemas/date' xml: name: contactdetails + contact_res: + type: object + properties: + name: + type: string + format: string + example: joe bee + email: + type: string + format: string + example: joebee@example.com + phone: + type: string + format: string + example: "4131231231" + company: + type: string + format: string + example: opensign + job_title: + type: string + format: string + example: dev + xml: + name: contactdetails folder: type: object properties: