Skip to content

Commit

Permalink
EPAM-39: new values
Browse files Browse the repository at this point in the history
  • Loading branch information
maksymx committed Jun 5, 2024
1 parent d72f8a7 commit 9e41a65
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions data_model/schema/TenderConfig/belowThreshold.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@
},
"awardComplainDuration": {
"type": "integer",
"minimum": 0,
"maximum": 0,
"default": 0
"minimum": 2,
"maximum": 2,
"default": 2
}
},
"required": [
Expand Down
6 changes: 3 additions & 3 deletions data_model/schema/TenderConfig/competitiveDialogueUA.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@
},
"awardComplainDuration": {
"type": "integer",
"minimum": 0,
"maximum": 0,
"default": 0
"minimum": 5,
"maximum": 5,
"default": 5
}
},
"required": [
Expand Down
6 changes: 3 additions & 3 deletions data_model/schema/TenderConfig/competitiveOrdering.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@
},
"awardComplainDuration": {
"type": "integer",
"minimum": 0,
"maximum": 0,
"default": 0
"minimum": 5,
"maximum": 5,
"default": 5
}
},
"required": [
Expand Down

0 comments on commit 9e41a65

Please sign in to comment.