diff --git a/mintlify/openapi.yaml b/mintlify/openapi.yaml index ad9e155..3adc8fc 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 ad9e155..3adc8fc 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 7624832..35e470e 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 1de9148..5f2da91 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