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