Skip to content

Commit

Permalink
[EPAM-41] Framework qualificationComplainDuration
Browse files Browse the repository at this point in the history
Add framework qualificationComplainDuration config
  • Loading branch information
zhtnk authored and smithumble committed Jul 22, 2024
1 parent 1f7d055 commit 878af57
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
6 changes: 6 additions & 0 deletions codelists/frameworks/framework_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,11 @@
"description_uk": "Параметр, який встановлює кількість днів для надання відповіді замовником на звернення",
"name_en": "The number of days to provide explanations for the request ≧ 0 (calendar days)",
"description_en": "The parameter that sets the number of days for the customer to respond to the request"
},
"qualificationComplainDuration": {
"name_uk": "Тривалість оскарження результатів кваліфікації",
"description_uk": "Параметр, що визначає тривалість періоду оскарження результатів проведення кваліфікації учасників",
"name_en": "The duration of appealing the qualification results",
"description_en": "The parameter that determines the duration of the period for appealing the results of participant qualification"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,18 @@
"minimum": 3,
"maximum": 3,
"default": 3
},
"qualificationComplainDuration": {
"type": "integer",
"minimum": 0,
"maximum": 0,
"default": 0
}
},
"required": [
"restrictedDerivatives",
"clarificationUntilDuration"
"clarificationUntilDuration",
"qualificationComplainDuration"
],
"additionalProperties": false
}
9 changes: 8 additions & 1 deletion data_model/schema/FrameworkConfig/electronicCatalogue.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,18 @@
"minimum": 3,
"maximum": 3,
"default": 3
},
"qualificationComplainDuration": {
"type": "integer",
"minimum": 0,
"maximum": 0,
"default": 0
}
},
"required": [
"restrictedDerivatives",
"clarificationUntilDuration"
"clarificationUntilDuration",
"qualificationComplainDuration"
],
"additionalProperties": false
}

0 comments on commit 878af57

Please sign in to comment.