Skip to content

Commit

Permalink
EPAM-37: new values
Browse files Browse the repository at this point in the history
  • Loading branch information
maksymx committed Jun 5, 2024
1 parent a6d6f41 commit 22aa379
Show file tree
Hide file tree
Showing 17 changed files with 136 additions and 17 deletions.
9 changes: 8 additions & 1 deletion data_model/schema/TenderConfig/aboveThresholdEU.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@
false
],
"default": false
},
"cancellationComplainDuration": {
"type": "integer",
"minimum": 10,
"maximum": 10,
"default": 10
}
},
"required": [
Expand All @@ -90,7 +96,8 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"restricted"
"restricted",
"cancellationComplainDuration"
],
"additionalProperties": false
}
9 changes: 8 additions & 1 deletion data_model/schema/TenderConfig/aboveThresholdUA.defense.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@
false
],
"default": false
},
"cancellationComplainDuration": {
"type": "integer",
"minimum": 10,
"maximum": 10,
"default": 10
}
},
"required": [
Expand All @@ -90,7 +96,8 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"restricted"
"restricted",
"cancellationComplainDuration"
],
"additionalProperties": false
}
9 changes: 8 additions & 1 deletion data_model/schema/TenderConfig/aboveThresholdUA.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@
false
],
"default": false
},
"cancellationComplainDuration": {
"type": "integer",
"minimum": 10,
"maximum": 10,
"default": 10
}
},
"required": [
Expand All @@ -90,7 +96,8 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"restricted"
"restricted",
"cancellationComplainDuration"
],
"additionalProperties": false
}
9 changes: 8 additions & 1 deletion data_model/schema/TenderConfig/belowThreshold.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@
false
],
"default": false
},
"cancellationComplainDuration": {
"type": "integer",
"minimum": 0,
"maximum": 0,
"default": 0
}
},
"required": [
Expand All @@ -94,7 +100,8 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"restricted"
"restricted",
"cancellationComplainDuration"
],
"additionalProperties": false
}
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@
false
],
"default": false
},
"cancellationComplainDuration": {
"type": "integer",
"minimum": 0,
"maximum": 0,
"default": 0
}
},
"required": [
Expand All @@ -89,7 +95,8 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"restricted"
"restricted",
"cancellationComplainDuration"
],
"additionalProperties": false
}
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@
false
],
"default": false
},
"cancellationComplainDuration": {
"type": "integer",
"minimum": 10,
"maximum": 10,
"default": 10
}
},
"required": [
Expand All @@ -89,7 +95,8 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"restricted"
"restricted",
"cancellationComplainDuration"
],
"additionalProperties": false
}
9 changes: 8 additions & 1 deletion data_model/schema/TenderConfig/competitiveDialogueEU.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@
false
],
"default": false
},
"cancellationComplainDuration": {
"type": "integer",
"minimum": 10,
"maximum": 10,
"default": 10
}
},
"required": [
Expand All @@ -89,7 +95,8 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"restricted"
"restricted",
"cancellationComplainDuration"
],
"additionalProperties": false
}
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@
false
],
"default": false
},
"cancellationComplainDuration": {
"type": "integer",
"minimum": 10,
"maximum": 10,
"default": 10
}
},
"required": [
Expand All @@ -89,7 +95,8 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"restricted"
"restricted",
"cancellationComplainDuration"
],
"additionalProperties": false
}
9 changes: 8 additions & 1 deletion data_model/schema/TenderConfig/competitiveDialogueUA.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@
false
],
"default": false
},
"cancellationComplainDuration": {
"type": "integer",
"minimum": 10,
"maximum": 10,
"default": 10
}
},
"required": [
Expand All @@ -89,7 +95,8 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"restricted"
"restricted",
"cancellationComplainDuration"
],
"additionalProperties": false
}
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@
false
],
"default": false
},
"cancellationComplainDuration": {
"type": "integer",
"minimum": 10,
"maximum": 10,
"default": 10
}
},
"required": [
Expand All @@ -89,7 +95,8 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"restricted"
"restricted",
"cancellationComplainDuration"
],
"additionalProperties": false
}
9 changes: 8 additions & 1 deletion data_model/schema/TenderConfig/competitiveOrdering.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@
true
],
"default": false
},
"cancellationComplainDuration": {
"type": "integer",
"minimum": 0,
"maximum": 0,
"default": 0
}
},
"required": [
Expand All @@ -94,7 +100,8 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"restricted"
"restricted",
"cancellationComplainDuration"
],
"additionalProperties": false
}
9 changes: 8 additions & 1 deletion data_model/schema/TenderConfig/esco.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@
false
],
"default": false
},
"cancellationComplainDuration": {
"type": "integer",
"minimum": 10,
"maximum": 10,
"default": 10
}
},
"required": [
Expand All @@ -89,7 +95,8 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"restricted"
"restricted",
"cancellationComplainDuration"
],
"additionalProperties": false
}
9 changes: 8 additions & 1 deletion data_model/schema/TenderConfig/negotiation.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@
false
],
"default": false
},
"cancellationComplainDuration": {
"type": "integer",
"minimum": 10,
"maximum": 10,
"default": 10
}
},
"required": [
Expand All @@ -89,7 +95,8 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"restricted"
"restricted",
"cancellationComplainDuration"
],
"additionalProperties": false
}
9 changes: 8 additions & 1 deletion data_model/schema/TenderConfig/negotiation.quick.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@
false
],
"default": false
},
"cancellationComplainDuration": {
"type": "integer",
"minimum": 10,
"maximum": 10,
"default": 10
}
},
"required": [
Expand All @@ -89,7 +95,8 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"restricted"
"restricted",
"cancellationComplainDuration"
],
"additionalProperties": false
}
9 changes: 8 additions & 1 deletion data_model/schema/TenderConfig/priceQuotation.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@
false
],
"default": false
},
"cancellationComplainDuration": {
"type": "integer",
"minimum": 0,
"maximum": 0,
"default": 0
}
},
"required": [
Expand All @@ -89,7 +95,8 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"restricted"
"restricted",
"cancellationComplainDuration"
],
"additionalProperties": false
}
9 changes: 8 additions & 1 deletion data_model/schema/TenderConfig/reporting.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@
false
],
"default": false
},
"cancellationComplainDuration": {
"type": "integer",
"minimum": 0,
"maximum": 0,
"default": 0
}
},
"required": [
Expand All @@ -89,7 +95,8 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"restricted"
"restricted",
"cancellationComplainDuration"
],
"additionalProperties": false
}
Loading

0 comments on commit 22aa379

Please sign in to comment.