From fd33e5a7d9485ca688ab59fef7b7144472738b38 Mon Sep 17 00:00:00 2001 From: Graziella Camata Date: Tue, 19 May 2026 17:30:53 -0700 Subject: [PATCH] [kyb] add issuing_authority to document --- mintlify/openapi.yaml | 8 ++++++++ openapi.yaml | 8 ++++++++ .../components/schemas/documents/BaseDocumentRequest.yaml | 4 ++++ openapi/components/schemas/documents/Document.yaml | 4 ++++ 4 files changed, 24 insertions(+) diff --git a/mintlify/openapi.yaml b/mintlify/openapi.yaml index 6835912f..7ca52cea 100644 --- a/mintlify/openapi.yaml +++ b/mintlify/openapi.yaml @@ -14426,6 +14426,10 @@ components: type: string description: Document identification number (e.g., passport number) example: A12345678 + issuingAuthority: + type: string + description: Name of the government agency or organization that issued the document + example: U.S. Department of State fileName: type: string description: Original file name of the uploaded document @@ -14488,6 +14492,10 @@ components: type: string description: Document identification number (e.g., passport number) example: A12345678 + issuingAuthority: + type: string + description: Name of the government agency or organization that issued the document + example: U.S. Department of State DocumentUploadRequest: title: Document Upload Request allOf: diff --git a/openapi.yaml b/openapi.yaml index 6835912f..7ca52cea 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -14426,6 +14426,10 @@ components: type: string description: Document identification number (e.g., passport number) example: A12345678 + issuingAuthority: + type: string + description: Name of the government agency or organization that issued the document + example: U.S. Department of State fileName: type: string description: Original file name of the uploaded document @@ -14488,6 +14492,10 @@ components: type: string description: Document identification number (e.g., passport number) example: A12345678 + issuingAuthority: + type: string + description: Name of the government agency or organization that issued the document + example: U.S. Department of State DocumentUploadRequest: title: Document Upload Request allOf: diff --git a/openapi/components/schemas/documents/BaseDocumentRequest.yaml b/openapi/components/schemas/documents/BaseDocumentRequest.yaml index a0534433..26182565 100644 --- a/openapi/components/schemas/documents/BaseDocumentRequest.yaml +++ b/openapi/components/schemas/documents/BaseDocumentRequest.yaml @@ -25,3 +25,7 @@ properties: type: string description: Document identification number (e.g., passport number) example: A12345678 + issuingAuthority: + type: string + description: Name of the government agency or organization that issued the document + example: U.S. Department of State diff --git a/openapi/components/schemas/documents/Document.yaml b/openapi/components/schemas/documents/Document.yaml index 65dfcebe..fd2c3769 100644 --- a/openapi/components/schemas/documents/Document.yaml +++ b/openapi/components/schemas/documents/Document.yaml @@ -34,6 +34,10 @@ properties: type: string description: Document identification number (e.g., passport number) example: A12345678 + issuingAuthority: + type: string + description: Name of the government agency or organization that issued the document + example: U.S. Department of State fileName: type: string description: Original file name of the uploaded document