From 731d002a3d54a8f9174c6c82b2da6136ec3f4a22 Mon Sep 17 00:00:00 2001 From: shreyav Date: Thu, 20 Aug 2026 00:32:01 +0000 Subject: [PATCH] Make the VASP url optional The upstream directory returns an empty url for most entries, so it cannot be promised. --- mintlify/openapi.yaml | 3 +-- openapi.yaml | 3 +-- openapi/components/schemas/vasps/Vasp.yaml | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/mintlify/openapi.yaml b/mintlify/openapi.yaml index 2846f8ca..eba1979d 100644 --- a/mintlify/openapi.yaml +++ b/mintlify/openapi.yaml @@ -23104,7 +23104,6 @@ components: type: object required: - vaspName - - url properties: vaspName: type: string @@ -23113,7 +23112,7 @@ components: url: type: string format: uri - description: The VASP's website. + description: The VASP's website, when known. example: https://www.kraken.com description: A Virtual Asset Service Provider (VASP) — an exchange or other custodial platform — recognized for counterparty declarations. VaspListResponse: diff --git a/openapi.yaml b/openapi.yaml index 2846f8ca..eba1979d 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -23104,7 +23104,6 @@ components: type: object required: - vaspName - - url properties: vaspName: type: string @@ -23113,7 +23112,7 @@ components: url: type: string format: uri - description: The VASP's website. + description: The VASP's website, when known. example: https://www.kraken.com description: A Virtual Asset Service Provider (VASP) — an exchange or other custodial platform — recognized for counterparty declarations. VaspListResponse: diff --git a/openapi/components/schemas/vasps/Vasp.yaml b/openapi/components/schemas/vasps/Vasp.yaml index e12d7c1f..d918a1af 100644 --- a/openapi/components/schemas/vasps/Vasp.yaml +++ b/openapi/components/schemas/vasps/Vasp.yaml @@ -1,7 +1,6 @@ type: object required: - vaspName - - url properties: vaspName: type: string @@ -12,7 +11,7 @@ properties: url: type: string format: uri - description: The VASP's website. + description: The VASP's website, when known. example: https://www.kraken.com description: >- A Virtual Asset Service Provider (VASP) — an exchange or other custodial