From 32a1e4a4929c89d4441ba3bcaabe4a212aa53c8b Mon Sep 17 00:00:00 2001 From: shreyav Date: Mon, 2 Mar 2026 18:21:57 -0800 Subject: [PATCH] allow umaaasVariableFeeRate to be 0 --- mintlify/openapi.yaml | 4 ++-- openapi.yaml | 4 ++-- .../components/schemas/transactions/IncomingRateDetails.yaml | 2 +- .../components/schemas/transactions/OutgoingRateDetails.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/mintlify/openapi.yaml b/mintlify/openapi.yaml index ad9e1557..3adc8fca 100644 --- a/mintlify/openapi.yaml +++ b/mintlify/openapi.yaml @@ -3725,7 +3725,7 @@ components: type: number format: double description: The variable fee rate charged by the UMAaaS product to execute the quote as a percentage of the receiving currency amount. - exclusiveMinimum: 0 + minimum: 0 example: 0.003 umaaasVariableFeeAmount: type: number @@ -3910,7 +3910,7 @@ components: type: number format: double description: The variable fee rate charged by the UMAaaS product to execute the quote as a percentage of the sending currency amount. - exclusiveMinimum: 0 + minimum: 0 example: 0.003 umaaasVariableFeeAmount: type: number diff --git a/openapi.yaml b/openapi.yaml index ad9e1557..3adc8fca 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -3725,7 +3725,7 @@ components: type: number format: double description: The variable fee rate charged by the UMAaaS product to execute the quote as a percentage of the receiving currency amount. - exclusiveMinimum: 0 + minimum: 0 example: 0.003 umaaasVariableFeeAmount: type: number @@ -3910,7 +3910,7 @@ components: type: number format: double description: The variable fee rate charged by the UMAaaS product to execute the quote as a percentage of the sending currency amount. - exclusiveMinimum: 0 + minimum: 0 example: 0.003 umaaasVariableFeeAmount: type: number diff --git a/openapi/components/schemas/transactions/IncomingRateDetails.yaml b/openapi/components/schemas/transactions/IncomingRateDetails.yaml index 76248325..35e470ec 100644 --- a/openapi/components/schemas/transactions/IncomingRateDetails.yaml +++ b/openapi/components/schemas/transactions/IncomingRateDetails.yaml @@ -28,7 +28,7 @@ properties: description: >- The variable fee rate charged by the UMAaaS product to execute the quote as a percentage of the receiving currency amount. - exclusiveMinimum: 0 + minimum: 0 example: 0.003 umaaasVariableFeeAmount: type: number diff --git a/openapi/components/schemas/transactions/OutgoingRateDetails.yaml b/openapi/components/schemas/transactions/OutgoingRateDetails.yaml index 1de91481..5f2da91f 100644 --- a/openapi/components/schemas/transactions/OutgoingRateDetails.yaml +++ b/openapi/components/schemas/transactions/OutgoingRateDetails.yaml @@ -46,7 +46,7 @@ properties: description: >- The variable fee rate charged by the UMAaaS product to execute the quote as a percentage of the sending currency amount. - exclusiveMinimum: 0 + minimum: 0 example: 0.003 umaaasVariableFeeAmount: type: number