From 441aaa3b2925a06e3b94a84e12238b02e5acdda0 Mon Sep 17 00:00:00 2001 From: Graziella Camata Date: Tue, 19 May 2026 17:14:04 -0700 Subject: [PATCH] Revert "[kyb] add issuing authority to IDs (#480)" This reverts commit 28f252ed844e9278a307368214d393753365cb59. --- mintlify/openapi.yaml | 8 -------- openapi.yaml | 8 -------- .../schemas/customers/BeneficialOwnerPersonalInfo.yaml | 4 ---- .../customers/BeneficialOwnerPersonalInfoUpdate.yaml | 4 ---- .../schemas/customers/PersonalIdentification.yaml | 4 ---- 5 files changed, 28 deletions(-) diff --git a/mintlify/openapi.yaml b/mintlify/openapi.yaml index 121be6e4..6835912f 100644 --- a/mintlify/openapi.yaml +++ b/mintlify/openapi.yaml @@ -8103,10 +8103,6 @@ components: type: string description: Country that issued the identification (ISO 3166-1 alpha-2) example: US - issuingAuthority: - type: string - description: Name of the government agency or organization that issued the identification - example: U.S. Department of State BeneficialOwner: type: object required: @@ -14339,10 +14335,6 @@ components: type: string description: Country that issued the identification (ISO 3166-1 alpha-2) example: US - issuingAuthority: - type: string - description: Name of the government agency or organization that issued the identification - example: U.S. Department of State BeneficialOwnerUpdateRequest: type: object properties: diff --git a/openapi.yaml b/openapi.yaml index 121be6e4..6835912f 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -8103,10 +8103,6 @@ components: type: string description: Country that issued the identification (ISO 3166-1 alpha-2) example: US - issuingAuthority: - type: string - description: Name of the government agency or organization that issued the identification - example: U.S. Department of State BeneficialOwner: type: object required: @@ -14339,10 +14335,6 @@ components: type: string description: Country that issued the identification (ISO 3166-1 alpha-2) example: US - issuingAuthority: - type: string - description: Name of the government agency or organization that issued the identification - example: U.S. Department of State BeneficialOwnerUpdateRequest: type: object properties: diff --git a/openapi/components/schemas/customers/BeneficialOwnerPersonalInfo.yaml b/openapi/components/schemas/customers/BeneficialOwnerPersonalInfo.yaml index bd9e6aa7..75bc26fd 100644 --- a/openapi/components/schemas/customers/BeneficialOwnerPersonalInfo.yaml +++ b/openapi/components/schemas/customers/BeneficialOwnerPersonalInfo.yaml @@ -51,7 +51,3 @@ properties: type: string description: Country that issued the identification (ISO 3166-1 alpha-2) example: US - issuingAuthority: - type: string - description: Name of the government agency or organization that issued the identification - example: U.S. Department of State diff --git a/openapi/components/schemas/customers/BeneficialOwnerPersonalInfoUpdate.yaml b/openapi/components/schemas/customers/BeneficialOwnerPersonalInfoUpdate.yaml index b5a20ed8..3bb45bd9 100644 --- a/openapi/components/schemas/customers/BeneficialOwnerPersonalInfoUpdate.yaml +++ b/openapi/components/schemas/customers/BeneficialOwnerPersonalInfoUpdate.yaml @@ -44,7 +44,3 @@ properties: type: string description: Country that issued the identification (ISO 3166-1 alpha-2) example: US - issuingAuthority: - type: string - description: Name of the government agency or organization that issued the identification - example: U.S. Department of State diff --git a/openapi/components/schemas/customers/PersonalIdentification.yaml b/openapi/components/schemas/customers/PersonalIdentification.yaml index f0897f2d..e3bbb143 100644 --- a/openapi/components/schemas/customers/PersonalIdentification.yaml +++ b/openapi/components/schemas/customers/PersonalIdentification.yaml @@ -13,7 +13,3 @@ properties: type: string description: Country that issued the identification (ISO 3166-1 alpha-2) example: US - issuingAuthority: - type: string - description: Name of the government agency or organization that issued the identification - example: U.S. Department of State