From 89314f93737e6afb8afd303bee6c16c3bb9d9166 Mon Sep 17 00:00:00 2001 From: kirkycdr Date: Mon, 20 Nov 2023 12:37:57 +1100 Subject: [PATCH] Updated desc of minimumValue maximumValue unitOfMeasure --- swagger-gen/api/cds_banking.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/swagger-gen/api/cds_banking.json b/swagger-gen/api/cds_banking.json index a683bad6..64247ad8 100644 --- a/swagger-gen/api/cds_banking.json +++ b/swagger-gen/api/cds_banking.json @@ -4093,7 +4093,7 @@ }, "unitOfMeasure": { "type": "string", - "description": "The unit of measure that applies to the tierValueMinimum and tierValueMaximum values e.g. a **DOLLAR** amount. **PERCENT** (in the case of loan-to-value ratio or LVR). Tier term period representing a discrete number of **MONTH**'s or **DAY**'s (in the case of term deposit tiers)", + "description": "The unit of measure that applies to the minimumValue and maximumValue values e.g. a **DOLLAR** amount. **PERCENT** (in the case of loan-to-value ratio or LVR). Tier term period representing a discrete number of **MONTH**'s or **DAY**'s (in the case of term deposit tiers)", "enum": [ "DAY", "DOLLAR", @@ -4103,12 +4103,12 @@ }, "minimumValue": { "type": "number", - "description": "The number of tierUnitOfMeasure units that form the lower bound of the tier. The tier should be inclusive of this value", + "description": "The number of unitOfMeasure units that form the lower bound of the tier. The tier should be inclusive of this value", "x-cds-type": "Number" }, "maximumValue": { "type": "number", - "description": "The number of tierUnitOfMeasure units that form the upper bound of the tier or band. For a tier with a discrete value (as opposed to a range of values e.g. 1 month) this must be the same as tierValueMinimum. Where this is the same as the tierValueMinimum value of the next-higher tier the referenced tier should be exclusive of this value. For example a term deposit of 2 months falls into the upper tier of the following tiers: (1 – 2 months, 2 – 3 months). If absent the tier's range has no upper bound.", + "description": "The number of unitOfMeasure units that form the upper bound of the tier or band. For a tier with a discrete value (as opposed to a range of values e.g. 1 month) this must be the same as minimumValue. Where this is the same as the minimumValue value of the next-higher tier the referenced tier should be exclusive of this value. For example a term deposit of 2 months falls into the upper tier of the following tiers: (1 – 2 months, 2 – 3 months). If absent the tier's range has no upper bound.", "x-cds-type": "Number" }, "rateApplicationMethod": {