Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions mintlify/openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions openapi/components/schemas/documents/BaseDocumentRequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 4 additions & 0 deletions openapi/components/schemas/documents/Document.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading