Skip to content

Commit

Permalink
EPAM-39: added awardComplainDuration
Browse files Browse the repository at this point in the history
  • Loading branch information
zhtnk authored and smithumble committed Jul 10, 2024
1 parent 9ed57fb commit 6087646
Show file tree
Hide file tree
Showing 19 changed files with 132 additions and 0 deletions.
6 changes: 6 additions & 0 deletions codelists/tender/tender_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,11 @@
"description_uk": "Параметр, що визначає наявність або відсутність обмеження публічного доступу до структури даних",
"name_en": "Limited access",
"description_en": "A parameter that determines whether or not there is a restriction on public access to the data structure"
},
"awardComplainDuration": {
"name_uk": "Тривалість оскарження результатів визначення переможця",
"description_uk": "Параметр, що визначає тривалість періоду подання вимог та/або оскарження рішення по кваліфікації учасників",
"name_en": "The duration of contesting the results of determining the winner",
"description_en": "The parameter that determines the duration of the period for submitting claims and/or appealing the decision on the qualification of participants"
}
}
7 changes: 7 additions & 0 deletions data_model/schema/TenderConfig/aboveThreshold.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@
],
"default": true
},
"awardComplainDuration": {
"type": "integer",
"minimum": 5,
"maximum": 5,
"default": 5
},
"restricted": {
"type": "boolean",
"enum": [
Expand All @@ -90,6 +96,7 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"awardComplainDuration",
"restricted"
],
"additionalProperties": false
Expand Down
7 changes: 7 additions & 0 deletions data_model/schema/TenderConfig/aboveThresholdEU.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@
],
"default": true
},
"awardComplainDuration": {
"type": "integer",
"minimum": 10,
"maximum": 10,
"default": 10
},
"restricted": {
"type": "boolean",
"enum": [
Expand All @@ -90,6 +96,7 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"awardComplainDuration",
"restricted"
],
"additionalProperties": false
Expand Down
7 changes: 7 additions & 0 deletions data_model/schema/TenderConfig/aboveThresholdUA.defense.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@
],
"default": true
},
"awardComplainDuration": {
"type": "integer",
"minimum": 4,
"maximum": 4,
"default": 4
},
"restricted": {
"type": "boolean",
"enum": [
Expand All @@ -90,6 +96,7 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"awardComplainDuration",
"restricted"
],
"additionalProperties": false
Expand Down
7 changes: 7 additions & 0 deletions data_model/schema/TenderConfig/aboveThresholdUA.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@
],
"default": true
},
"awardComplainDuration": {
"type": "integer",
"minimum": 10,
"maximum": 10,
"default": 10
},
"restricted": {
"type": "boolean",
"enum": [
Expand All @@ -90,6 +96,7 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"awardComplainDuration",
"restricted"
],
"additionalProperties": false
Expand Down
7 changes: 7 additions & 0 deletions data_model/schema/TenderConfig/belowThreshold.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@
],
"default": false
},
"awardComplainDuration": {
"type": "integer",
"minimum": 2,
"maximum": 2,
"default": 2
},
"restricted": {
"type": "boolean",
"enum": [
Expand All @@ -94,6 +100,7 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"awardComplainDuration",
"restricted"
],
"additionalProperties": false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@
],
"default": false
},
"awardComplainDuration": {
"type": "integer",
"minimum": 0,
"maximum": 0,
"default": 0
},
"restricted": {
"type": "boolean",
"enum": [
Expand All @@ -89,6 +95,7 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"awardComplainDuration",
"restricted"
],
"additionalProperties": false
Expand Down
7 changes: 7 additions & 0 deletions data_model/schema/TenderConfig/closeFrameworkAgreementUA.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@
],
"default": true
},
"awardComplainDuration": {
"type": "integer",
"minimum": 10,
"maximum": 10,
"default": 10
},
"restricted": {
"type": "boolean",
"enum": [
Expand All @@ -89,6 +95,7 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"awardComplainDuration",
"restricted"
],
"additionalProperties": false
Expand Down
7 changes: 7 additions & 0 deletions data_model/schema/TenderConfig/competitiveDialogueEU.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@
],
"default": true
},
"awardComplainDuration": {
"type": "integer",
"minimum": 0,
"maximum": 0,
"default": 0
},
"restricted": {
"type": "boolean",
"enum": [
Expand All @@ -89,6 +95,7 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"awardComplainDuration",
"restricted"
],
"additionalProperties": false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@
],
"default": true
},
"awardComplainDuration": {
"type": "integer",
"minimum": 10,
"maximum": 10,
"default": 10
},
"restricted": {
"type": "boolean",
"enum": [
Expand All @@ -89,6 +95,7 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"awardComplainDuration",
"restricted"
],
"additionalProperties": false
Expand Down
7 changes: 7 additions & 0 deletions data_model/schema/TenderConfig/competitiveDialogueUA.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@
],
"default": true
},
"awardComplainDuration": {
"type": "integer",
"minimum": 0,
"maximum": 0,
"default": 0
},
"restricted": {
"type": "boolean",
"enum": [
Expand All @@ -89,6 +95,7 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"awardComplainDuration",
"restricted"
],
"additionalProperties": false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@
],
"default": true
},
"awardComplainDuration": {
"type": "integer",
"minimum": 10,
"maximum": 10,
"default": 10
},
"restricted": {
"type": "boolean",
"enum": [
Expand All @@ -89,6 +95,7 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"awardComplainDuration",
"restricted"
],
"additionalProperties": false
Expand Down
7 changes: 7 additions & 0 deletions data_model/schema/TenderConfig/competitiveOrdering.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@
],
"default": false
},
"awardComplainDuration": {
"type": "integer",
"minimum": 5,
"maximum": 5,
"default": 5
},
"restricted": {
"type": "boolean",
"enum": [
Expand All @@ -94,6 +100,7 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"awardComplainDuration",
"restricted"
],
"additionalProperties": false
Expand Down
7 changes: 7 additions & 0 deletions data_model/schema/TenderConfig/esco.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@
],
"default": true
},
"awardComplainDuration": {
"type": "integer",
"minimum": 10,
"maximum": 10,
"default": 10
},
"restricted": {
"type": "boolean",
"enum": [
Expand All @@ -89,6 +95,7 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"awardComplainDuration",
"restricted"
],
"additionalProperties": false
Expand Down
7 changes: 7 additions & 0 deletions data_model/schema/TenderConfig/negotiation.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@
],
"default": true
},
"awardComplainDuration": {
"type": "integer",
"minimum": 10,
"maximum": 10,
"default": 10
},
"restricted": {
"type": "boolean",
"enum": [
Expand All @@ -89,6 +95,7 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"awardComplainDuration",
"restricted"
],
"additionalProperties": false
Expand Down
7 changes: 7 additions & 0 deletions data_model/schema/TenderConfig/negotiation.quick.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@
],
"default": true
},
"awardComplainDuration": {
"type": "integer",
"minimum": 5,
"maximum": 5,
"default": 5
},
"restricted": {
"type": "boolean",
"enum": [
Expand All @@ -89,6 +95,7 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"awardComplainDuration",
"restricted"
],
"additionalProperties": false
Expand Down
7 changes: 7 additions & 0 deletions data_model/schema/TenderConfig/priceQuotation.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@
],
"default": false
},
"awardComplainDuration": {
"type": "integer",
"minimum": 0,
"maximum": 0,
"default": 0
},
"restricted": {
"type": "boolean",
"enum": [
Expand All @@ -89,6 +95,7 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"awardComplainDuration",
"restricted"
],
"additionalProperties": false
Expand Down
7 changes: 7 additions & 0 deletions data_model/schema/TenderConfig/reporting.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@
],
"default": false
},
"awardComplainDuration": {
"type": "integer",
"minimum": 0,
"maximum": 0,
"default": 0
},
"restricted": {
"type": "boolean",
"enum": [
Expand All @@ -89,6 +95,7 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"awardComplainDuration",
"restricted"
],
"additionalProperties": false
Expand Down
7 changes: 7 additions & 0 deletions data_model/schema/TenderConfig/simple.defense.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@
],
"default": true
},
"awardComplainDuration": {
"type": "integer",
"minimum": 4,
"maximum": 4,
"default": 4
},
"restricted": {
"type": "boolean",
"enum": [
Expand All @@ -90,6 +96,7 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"awardComplainDuration",
"restricted"
],
"additionalProperties": false
Expand Down

0 comments on commit 6087646

Please sign in to comment.