Skip to content

Commit

Permalink
Update minBidsNumber min and max values for aboveThresholdUA and belo…
Browse files Browse the repository at this point in the history
…wThreshold procedure
  • Loading branch information
ozamirets committed Jun 29, 2023
1 parent 44ceb04 commit 60474ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions data_model/schema/TenderConfig/aboveThresholdUA.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
},
"minBidsNumber": {
"type": "integer",
"minimum": 1,
"maximum": 9,
"minimum": 2,
"maximum": 2,
"default": 2
}
},
Expand Down
2 changes: 1 addition & 1 deletion data_model/schema/TenderConfig/belowThreshold.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"minBidsNumber": {
"type": "integer",
"minimum": 1,
"maximum": 1,
"maximum": 9,
"default": 1
}
},
Expand Down

0 comments on commit 60474ec

Please sign in to comment.