diff --git a/data_model/schema/TenderConfig/aboveThresholdUA.json b/data_model/schema/TenderConfig/aboveThresholdUA.json index 312d4328..a8e017b8 100644 --- a/data_model/schema/TenderConfig/aboveThresholdUA.json +++ b/data_model/schema/TenderConfig/aboveThresholdUA.json @@ -32,8 +32,8 @@ }, "minBidsNumber": { "type": "integer", - "minimum": 1, - "maximum": 9, + "minimum": 2, + "maximum": 2, "default": 2 } }, diff --git a/data_model/schema/TenderConfig/belowThreshold.json b/data_model/schema/TenderConfig/belowThreshold.json index 835dba36..a2ca1f98 100644 --- a/data_model/schema/TenderConfig/belowThreshold.json +++ b/data_model/schema/TenderConfig/belowThreshold.json @@ -36,7 +36,7 @@ "minBidsNumber": { "type": "integer", "minimum": 1, - "maximum": 1, + "maximum": 9, "default": 1 } },