diff --git a/codelists/tender/tender_config.json b/codelists/tender/tender_config.json index 1a71bdd6..660e002e 100644 --- a/codelists/tender/tender_config.json +++ b/codelists/tender/tender_config.json @@ -59,6 +59,54 @@ "name_en": "Selection with pre-qualified participants", "description_en": "The parameter that determines the presence or absence of the preliminary stage of the qualification selection of participants in the procurement" }, + "hasValueEstimation": { + "name_uk": "Очікувана вартість ТАК/НІ", + "description_uk": "Параметр, що визначає наявність або відсутність у закупівлі очікуваної вартості", + "name_en": "Expected value YES/NO", + "description_en": "The parameter that determines the presence or absence of the expected value in the procurement" + }, + "hasQualificationComplaints": { + "name_uk": "Оскарження результатів кваліфікації", + "description_uk": "Параметр, що визначає наявність або відсутність у закупівлі оскарження (звернення до АМКУ за допомогою скарги) результатів проведення кваліфікації учасників", + "name_en": "Appeal of the qualification results", + "description_en": "The parameter that determines the presence or absence of an appeal (appeal to the AMCU by means of a complaint) of the results of the qualification of participants in the procurement" + }, + "tenderComplainRegulation": { + "name_uk": "Кількість днів між кінцевою датою оскарження умов та кінцевим строком подання пропозицій", + "description_uk": "Параметр, що визначає кінцеву дату періоду оскарження умов тендерної документації у відповідності до кінцевого строку подання тендерних пропозицій", + "name_en": "The number of days between the final date for contesting the terms and the deadline for submitting proposals", + "description_en": "The parameter that determines the final date of the period for contesting the terms of the tender documentation in accordance with the deadline for submitting tender offers" + }, + "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" + }, + "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 contesting the results of determining the winner" + }, + "cancellationComplainDuration": { + "name_uk": "Тривалість оскарження відміни закупівлі", + "description_uk": "Параметр, що визначає тривалість періоду оскарження рішення про відміну замовником закупівлі або лоту", + "name_en": "Duration of the appeal against the cancellation of the purchase", + "description_en": "The parameter that determines the duration of the appeal period for the customer's decision to cancel the purchase or lot" + }, + "clarificationUntilDuration": { + "name_uk": "Кількість днів для надання пояснень на звернення", + "description_uk": "Параметр, який встановлює кількість днів для надання відповіді замовником на звернення", + "name_en": "The number of days to provide explanations for the request", + "description_en": "The parameter that sets the number of days for the customer to respond to the request" + }, + "qualificationDuration": { + "name_uk": "Тривалість кваліфікації", + "description_uk": "Параметр, який встановлює тривалість періоду кваліфікації учасників", + "name_en": "Qualification duration", + "description_en": "The parameter that sets the duration of the participants' qualification period" + }, "restricted": { "name_uk": "Обмежений доступ", "description_uk": "Параметр, що визначає наявність або відсутність обмеження публічного доступу до структури даних", diff --git a/data_model/schema/TenderConfig/aboveThreshold.json b/data_model/schema/TenderConfig/aboveThreshold.json index d2e1d732..2db392a2 100644 --- a/data_model/schema/TenderConfig/aboveThreshold.json +++ b/data_model/schema/TenderConfig/aboveThreshold.json @@ -71,6 +71,56 @@ ], "default": true }, + "hasValueEstimation": { + "type": "boolean", + "enum": [ + true + ], + "default": true + }, + "hasQualificationComplaints": { + "type": "boolean", + "enum": [ + false + ], + "default": false + }, + "tenderComplainRegulation": { + "type": "integer", + "minimum": 3, + "maximum": 3, + "default": 3 + }, + "qualificationComplainDuration": { + "type": "integer", + "minimum": 0, + "maximum": 0, + "default": 0 + }, + "awardComplainDuration": { + "type": "integer", + "minimum": 5, + "maximum": 5, + "default": 5 + }, + "cancellationComplainDuration": { + "type": "integer", + "minimum": 10, + "maximum": 10, + "default": 10 + }, + "clarificationUntilDuration": { + "type": "integer", + "minimum": 3, + "maximum": 3, + "default": 3 + }, + "qualificationDuration": { + "type": "integer", + "minimum": 0, + "maximum": 0, + "default": 0 + }, "restricted": { "type": "boolean", "enum": [ @@ -90,6 +140,14 @@ "hasTenderComplaints", "hasAwardComplaints", "hasCancellationComplaints", + "hasValueEstimation", + "hasQualificationComplaints", + "tenderComplainRegulation", + "qualificationComplainDuration", + "awardComplainDuration", + "cancellationComplainDuration", + "clarificationUntilDuration", + "qualificationDuration", "restricted" ], "additionalProperties": false diff --git a/data_model/schema/TenderConfig/aboveThresholdEU.json b/data_model/schema/TenderConfig/aboveThresholdEU.json index ce221a40..47b4704b 100644 --- a/data_model/schema/TenderConfig/aboveThresholdEU.json +++ b/data_model/schema/TenderConfig/aboveThresholdEU.json @@ -71,6 +71,56 @@ ], "default": true }, + "hasValueEstimation": { + "type": "boolean", + "enum": [ + true + ], + "default": true + }, + "hasQualificationComplaints": { + "type": "boolean", + "enum": [ + true + ], + "default": true + }, + "tenderComplainRegulation": { + "type": "integer", + "minimum": 4, + "maximum": 4, + "default": 4 + }, + "qualificationComplainDuration": { + "type": "integer", + "minimum": 5, + "maximum": 5, + "default": 5 + }, + "awardComplainDuration": { + "type": "integer", + "minimum": 10, + "maximum": 10, + "default": 10 + }, + "cancellationComplainDuration": { + "type": "integer", + "minimum": 10, + "maximum": 10, + "default": 10 + }, + "clarificationUntilDuration": { + "type": "integer", + "minimum": 3, + "maximum": 3, + "default": 3 + }, + "qualificationDuration": { + "type": "integer", + "minimum": 20, + "maximum": 20, + "default": 20 + }, "restricted": { "type": "boolean", "enum": [ @@ -90,6 +140,14 @@ "hasTenderComplaints", "hasAwardComplaints", "hasCancellationComplaints", + "hasValueEstimation", + "hasQualificationComplaints", + "tenderComplainRegulation", + "qualificationComplainDuration", + "awardComplainDuration", + "cancellationComplainDuration", + "clarificationUntilDuration", + "qualificationDuration", "restricted" ], "additionalProperties": false diff --git a/data_model/schema/TenderConfig/aboveThresholdUA.defense.json b/data_model/schema/TenderConfig/aboveThresholdUA.defense.json index fe394150..2182cb72 100644 --- a/data_model/schema/TenderConfig/aboveThresholdUA.defense.json +++ b/data_model/schema/TenderConfig/aboveThresholdUA.defense.json @@ -71,6 +71,56 @@ ], "default": true }, + "hasValueEstimation": { + "type": "boolean", + "enum": [ + true + ], + "default": true + }, + "hasQualificationComplaints": { + "type": "boolean", + "enum": [ + false + ], + "default": false + }, + "tenderComplainRegulation": { + "type": "integer", + "minimum": 2, + "maximum": 2, + "default": 2 + }, + "qualificationComplainDuration": { + "type": "integer", + "minimum": 0, + "maximum": 0, + "default": 0 + }, + "awardComplainDuration": { + "type": "integer", + "minimum": 4, + "maximum": 4, + "default": 4 + }, + "cancellationComplainDuration": { + "type": "integer", + "minimum": 10, + "maximum": 10, + "default": 10 + }, + "clarificationUntilDuration": { + "type": "integer", + "minimum": 3, + "maximum": 3, + "default": 3 + }, + "qualificationDuration": { + "type": "integer", + "minimum": 0, + "maximum": 0, + "default": 0 + }, "restricted": { "type": "boolean", "enum": [ @@ -90,6 +140,14 @@ "hasTenderComplaints", "hasAwardComplaints", "hasCancellationComplaints", + "hasValueEstimation", + "hasQualificationComplaints", + "tenderComplainRegulation", + "qualificationComplainDuration", + "awardComplainDuration", + "cancellationComplainDuration", + "clarificationUntilDuration", + "qualificationDuration", "restricted" ], "additionalProperties": false diff --git a/data_model/schema/TenderConfig/aboveThresholdUA.json b/data_model/schema/TenderConfig/aboveThresholdUA.json index de27cca3..38c5ca73 100644 --- a/data_model/schema/TenderConfig/aboveThresholdUA.json +++ b/data_model/schema/TenderConfig/aboveThresholdUA.json @@ -71,6 +71,56 @@ ], "default": true }, + "hasValueEstimation": { + "type": "boolean", + "enum": [ + true + ], + "default": true + }, + "hasQualificationComplaints": { + "type": "boolean", + "enum": [ + false + ], + "default": false + }, + "tenderComplainRegulation": { + "type": "integer", + "minimum": 4, + "maximum": 4, + "default": 4 + }, + "qualificationComplainDuration": { + "type": "integer", + "minimum": 0, + "maximum": 0, + "default": 0 + }, + "awardComplainDuration": { + "type": "integer", + "minimum": 10, + "maximum": 10, + "default": 10 + }, + "cancellationComplainDuration": { + "type": "integer", + "minimum": 10, + "maximum": 10, + "default": 10 + }, + "clarificationUntilDuration": { + "type": "integer", + "minimum": 3, + "maximum": 3, + "default": 3 + }, + "qualificationDuration": { + "type": "integer", + "minimum": 0, + "maximum": 0, + "default": 0 + }, "restricted": { "type": "boolean", "enum": [ @@ -90,6 +140,14 @@ "hasTenderComplaints", "hasAwardComplaints", "hasCancellationComplaints", + "hasValueEstimation", + "hasQualificationComplaints", + "tenderComplainRegulation", + "qualificationComplainDuration", + "awardComplainDuration", + "cancellationComplainDuration", + "clarificationUntilDuration", + "qualificationDuration", "restricted" ], "additionalProperties": false diff --git a/data_model/schema/TenderConfig/belowThreshold.json b/data_model/schema/TenderConfig/belowThreshold.json index cc2c9f1c..3d5b874d 100644 --- a/data_model/schema/TenderConfig/belowThreshold.json +++ b/data_model/schema/TenderConfig/belowThreshold.json @@ -75,6 +75,57 @@ ], "default": false }, + "hasValueEstimation": { + "type": "boolean", + "enum": [ + true, + false + ], + "default": true + }, + "hasQualificationComplaints": { + "type": "boolean", + "enum": [ + false + ], + "default": false + }, + "tenderComplainRegulation": { + "type": "integer", + "minimum": 0, + "maximum": 0, + "default": 0 + }, + "qualificationComplainDuration": { + "type": "integer", + "minimum": 0, + "maximum": 0, + "default": 0 + }, + "awardComplainDuration": { + "type": "integer", + "minimum": 2, + "maximum": 2, + "default": 2 + }, + "cancellationComplainDuration": { + "type": "integer", + "minimum": 0, + "maximum": 0, + "default": 0 + }, + "clarificationUntilDuration": { + "type": "integer", + "minimum": 1, + "maximum": 1, + "default": 1 + }, + "qualificationDuration": { + "type": "integer", + "minimum": 20, + "maximum": 20, + "default": 20 + }, "restricted": { "type": "boolean", "enum": [ @@ -94,6 +145,14 @@ "hasTenderComplaints", "hasAwardComplaints", "hasCancellationComplaints", + "hasValueEstimation", + "hasQualificationComplaints", + "tenderComplainRegulation", + "qualificationComplainDuration", + "awardComplainDuration", + "cancellationComplainDuration", + "clarificationUntilDuration", + "qualificationDuration", "restricted" ], "additionalProperties": false diff --git a/data_model/schema/TenderConfig/closeFrameworkAgreementSelectionUA.json b/data_model/schema/TenderConfig/closeFrameworkAgreementSelectionUA.json index f4d9d7cd..6705ba0c 100644 --- a/data_model/schema/TenderConfig/closeFrameworkAgreementSelectionUA.json +++ b/data_model/schema/TenderConfig/closeFrameworkAgreementSelectionUA.json @@ -70,6 +70,56 @@ ], "default": false }, + "hasValueEstimation": { + "type": "boolean", + "enum": [ + true + ], + "default": true + }, + "hasQualificationComplaints": { + "type": "boolean", + "enum": [ + false + ], + "default": false + }, + "tenderComplainRegulation": { + "type": "integer", + "minimum": 0, + "maximum": 0, + "default": 0 + }, + "qualificationComplainDuration": { + "type": "integer", + "minimum": 0, + "maximum": 0, + "default": 0 + }, + "awardComplainDuration": { + "type": "integer", + "minimum": 0, + "maximum": 0, + "default": 0 + }, + "cancellationComplainDuration": { + "type": "integer", + "minimum": 0, + "maximum": 0, + "default": 0 + }, + "clarificationUntilDuration": { + "type": "integer", + "minimum": 0, + "maximum": 0, + "default": 0 + }, + "qualificationDuration": { + "type": "integer", + "minimum": 0, + "maximum": 0, + "default": 0 + }, "restricted": { "type": "boolean", "enum": [ @@ -89,6 +139,14 @@ "hasTenderComplaints", "hasAwardComplaints", "hasCancellationComplaints", + "hasValueEstimation", + "hasQualificationComplaints", + "tenderComplainRegulation", + "qualificationComplainDuration", + "awardComplainDuration", + "cancellationComplainDuration", + "clarificationUntilDuration", + "qualificationDuration", "restricted" ], "additionalProperties": false diff --git a/data_model/schema/TenderConfig/closeFrameworkAgreementUA.json b/data_model/schema/TenderConfig/closeFrameworkAgreementUA.json index 48ffd1bd..95a69022 100644 --- a/data_model/schema/TenderConfig/closeFrameworkAgreementUA.json +++ b/data_model/schema/TenderConfig/closeFrameworkAgreementUA.json @@ -70,6 +70,56 @@ ], "default": true }, + "hasValueEstimation": { + "type": "boolean", + "enum": [ + true + ], + "default": true + }, + "hasQualificationComplaints": { + "type": "boolean", + "enum": [ + true + ], + "default": true + }, + "tenderComplainRegulation": { + "type": "integer", + "minimum": 4, + "maximum": 4, + "default": 4 + }, + "qualificationComplainDuration": { + "type": "integer", + "minimum": 5, + "maximum": 5, + "default": 5 + }, + "awardComplainDuration": { + "type": "integer", + "minimum": 10, + "maximum": 10, + "default": 10 + }, + "cancellationComplainDuration": { + "type": "integer", + "minimum": 10, + "maximum": 10, + "default": 10 + }, + "clarificationUntilDuration": { + "type": "integer", + "minimum": 3, + "maximum": 3, + "default": 3 + }, + "qualificationDuration": { + "type": "integer", + "minimum": 20, + "maximum": 20, + "default": 20 + }, "restricted": { "type": "boolean", "enum": [ @@ -89,6 +139,14 @@ "hasTenderComplaints", "hasAwardComplaints", "hasCancellationComplaints", + "hasValueEstimation", + "hasQualificationComplaints", + "tenderComplainRegulation", + "qualificationComplainDuration", + "awardComplainDuration", + "cancellationComplainDuration", + "clarificationUntilDuration", + "qualificationDuration", "restricted" ], "additionalProperties": false diff --git a/data_model/schema/TenderConfig/competitiveDialogueEU.json b/data_model/schema/TenderConfig/competitiveDialogueEU.json index 3851bf64..da66765d 100644 --- a/data_model/schema/TenderConfig/competitiveDialogueEU.json +++ b/data_model/schema/TenderConfig/competitiveDialogueEU.json @@ -70,6 +70,56 @@ ], "default": true }, + "hasValueEstimation": { + "type": "boolean", + "enum": [ + true + ], + "default": true + }, + "hasQualificationComplaints": { + "type": "boolean", + "enum": [ + true + ], + "default": true + }, + "tenderComplainRegulation": { + "type": "integer", + "minimum": 4, + "maximum": 4, + "default": 4 + }, + "qualificationComplainDuration": { + "type": "integer", + "minimum": 5, + "maximum": 5, + "default": 5 + }, + "awardComplainDuration": { + "type": "integer", + "minimum": 0, + "maximum": 0, + "default": 0 + }, + "cancellationComplainDuration": { + "type": "integer", + "minimum": 10, + "maximum": 10, + "default": 10 + }, + "clarificationUntilDuration": { + "type": "integer", + "minimum": 3, + "maximum": 3, + "default": 3 + }, + "qualificationDuration": { + "type": "integer", + "minimum": 20, + "maximum": 20, + "default": 20 + }, "restricted": { "type": "boolean", "enum": [ @@ -89,6 +139,14 @@ "hasTenderComplaints", "hasAwardComplaints", "hasCancellationComplaints", + "hasValueEstimation", + "hasQualificationComplaints", + "tenderComplainRegulation", + "qualificationComplainDuration", + "awardComplainDuration", + "cancellationComplainDuration", + "clarificationUntilDuration", + "qualificationDuration", "restricted" ], "additionalProperties": false diff --git a/data_model/schema/TenderConfig/competitiveDialogueEU.stage2.json b/data_model/schema/TenderConfig/competitiveDialogueEU.stage2.json index 566a173d..e3b84346 100644 --- a/data_model/schema/TenderConfig/competitiveDialogueEU.stage2.json +++ b/data_model/schema/TenderConfig/competitiveDialogueEU.stage2.json @@ -70,6 +70,56 @@ ], "default": true }, + "hasValueEstimation": { + "type": "boolean", + "enum": [ + true + ], + "default": true + }, + "hasQualificationComplaints": { + "type": "boolean", + "enum": [ + true + ], + "default": true + }, + "tenderComplainRegulation": { + "type": "integer", + "minimum": 4, + "maximum": 4, + "default": 4 + }, + "qualificationComplainDuration": { + "type": "integer", + "minimum": 5, + "maximum": 5, + "default": 5 + }, + "awardComplainDuration": { + "type": "integer", + "minimum": 10, + "maximum": 10, + "default": 10 + }, + "cancellationComplainDuration": { + "type": "integer", + "minimum": 10, + "maximum": 10, + "default": 10 + }, + "clarificationUntilDuration": { + "type": "integer", + "minimum": 3, + "maximum": 3, + "default": 3 + }, + "qualificationDuration": { + "type": "integer", + "minimum": 20, + "maximum": 20, + "default": 20 + }, "restricted": { "type": "boolean", "enum": [ @@ -89,6 +139,14 @@ "hasTenderComplaints", "hasAwardComplaints", "hasCancellationComplaints", + "hasValueEstimation", + "hasQualificationComplaints", + "tenderComplainRegulation", + "qualificationComplainDuration", + "awardComplainDuration", + "cancellationComplainDuration", + "clarificationUntilDuration", + "qualificationDuration", "restricted" ], "additionalProperties": false diff --git a/data_model/schema/TenderConfig/competitiveDialogueUA.json b/data_model/schema/TenderConfig/competitiveDialogueUA.json index 3851bf64..da66765d 100644 --- a/data_model/schema/TenderConfig/competitiveDialogueUA.json +++ b/data_model/schema/TenderConfig/competitiveDialogueUA.json @@ -70,6 +70,56 @@ ], "default": true }, + "hasValueEstimation": { + "type": "boolean", + "enum": [ + true + ], + "default": true + }, + "hasQualificationComplaints": { + "type": "boolean", + "enum": [ + true + ], + "default": true + }, + "tenderComplainRegulation": { + "type": "integer", + "minimum": 4, + "maximum": 4, + "default": 4 + }, + "qualificationComplainDuration": { + "type": "integer", + "minimum": 5, + "maximum": 5, + "default": 5 + }, + "awardComplainDuration": { + "type": "integer", + "minimum": 0, + "maximum": 0, + "default": 0 + }, + "cancellationComplainDuration": { + "type": "integer", + "minimum": 10, + "maximum": 10, + "default": 10 + }, + "clarificationUntilDuration": { + "type": "integer", + "minimum": 3, + "maximum": 3, + "default": 3 + }, + "qualificationDuration": { + "type": "integer", + "minimum": 20, + "maximum": 20, + "default": 20 + }, "restricted": { "type": "boolean", "enum": [ @@ -89,6 +139,14 @@ "hasTenderComplaints", "hasAwardComplaints", "hasCancellationComplaints", + "hasValueEstimation", + "hasQualificationComplaints", + "tenderComplainRegulation", + "qualificationComplainDuration", + "awardComplainDuration", + "cancellationComplainDuration", + "clarificationUntilDuration", + "qualificationDuration", "restricted" ], "additionalProperties": false diff --git a/data_model/schema/TenderConfig/competitiveDialogueUA.stage2.json b/data_model/schema/TenderConfig/competitiveDialogueUA.stage2.json index 500c9186..c96daa86 100644 --- a/data_model/schema/TenderConfig/competitiveDialogueUA.stage2.json +++ b/data_model/schema/TenderConfig/competitiveDialogueUA.stage2.json @@ -70,6 +70,56 @@ ], "default": true }, + "hasValueEstimation": { + "type": "boolean", + "enum": [ + true + ], + "default": true + }, + "hasQualificationComplaints": { + "type": "boolean", + "enum": [ + false + ], + "default": false + }, + "tenderComplainRegulation": { + "type": "integer", + "minimum": 4, + "maximum": 4, + "default": 4 + }, + "qualificationComplainDuration": { + "type": "integer", + "minimum": 0, + "maximum": 0, + "default": 0 + }, + "awardComplainDuration": { + "type": "integer", + "minimum": 10, + "maximum": 10, + "default": 10 + }, + "cancellationComplainDuration": { + "type": "integer", + "minimum": 10, + "maximum": 10, + "default": 10 + }, + "clarificationUntilDuration": { + "type": "integer", + "minimum": 3, + "maximum": 3, + "default": 3 + }, + "qualificationDuration": { + "type": "integer", + "minimum": 0, + "maximum": 0, + "default": 0 + }, "restricted": { "type": "boolean", "enum": [ @@ -89,6 +139,14 @@ "hasTenderComplaints", "hasAwardComplaints", "hasCancellationComplaints", + "hasValueEstimation", + "hasQualificationComplaints", + "tenderComplainRegulation", + "qualificationComplainDuration", + "awardComplainDuration", + "cancellationComplainDuration", + "clarificationUntilDuration", + "qualificationDuration", "restricted" ], "additionalProperties": false diff --git a/data_model/schema/TenderConfig/competitiveOrdering.json b/data_model/schema/TenderConfig/competitiveOrdering.json index 4637d7fc..fe58008c 100644 --- a/data_model/schema/TenderConfig/competitiveOrdering.json +++ b/data_model/schema/TenderConfig/competitiveOrdering.json @@ -74,6 +74,56 @@ ], "default": false }, + "hasValueEstimation": { + "type": "boolean", + "enum": [ + true + ], + "default": true + }, + "hasQualificationComplaints": { + "type": "boolean", + "enum": [ + false + ], + "default": false + }, + "tenderComplainRegulation": { + "type": "integer", + "minimum": 0, + "maximum": 0, + "default": 0 + }, + "qualificationComplainDuration": { + "type": "integer", + "minimum": 0, + "maximum": 0, + "default": 0 + }, + "awardComplainDuration": { + "type": "integer", + "minimum": 5, + "maximum": 5, + "default": 5 + }, + "cancellationComplainDuration": { + "type": "integer", + "minimum": 0, + "maximum": 0, + "default": 0 + }, + "clarificationUntilDuration": { + "type": "integer", + "minimum": 3, + "maximum": 3, + "default": 3 + }, + "qualificationDuration": { + "type": "integer", + "minimum": 0, + "maximum": 0, + "default": 0 + }, "restricted": { "type": "boolean", "enum": [ @@ -94,6 +144,14 @@ "hasTenderComplaints", "hasAwardComplaints", "hasCancellationComplaints", + "hasValueEstimation", + "hasQualificationComplaints", + "tenderComplainRegulation", + "qualificationComplainDuration", + "awardComplainDuration", + "cancellationComplainDuration", + "clarificationUntilDuration", + "qualificationDuration", "restricted" ], "additionalProperties": false diff --git a/data_model/schema/TenderConfig/esco.json b/data_model/schema/TenderConfig/esco.json index 566a173d..35e09294 100644 --- a/data_model/schema/TenderConfig/esco.json +++ b/data_model/schema/TenderConfig/esco.json @@ -70,6 +70,56 @@ ], "default": true }, + "hasValueEstimation": { + "type": "boolean", + "enum": [ + false + ], + "default": false + }, + "hasQualificationComplaints": { + "type": "boolean", + "enum": [ + true + ], + "default": true + }, + "tenderComplainRegulation": { + "type": "integer", + "minimum": 4, + "maximum": 4, + "default": 4 + }, + "qualificationComplainDuration": { + "type": "integer", + "minimum": 5, + "maximum": 5, + "default": 5 + }, + "awardComplainDuration": { + "type": "integer", + "minimum": 10, + "maximum": 10, + "default": 10 + }, + "cancellationComplainDuration": { + "type": "integer", + "minimum": 10, + "maximum": 10, + "default": 10 + }, + "clarificationUntilDuration": { + "type": "integer", + "minimum": 3, + "maximum": 3, + "default": 3 + }, + "qualificationDuration": { + "type": "integer", + "minimum": 20, + "maximum": 20, + "default": 20 + }, "restricted": { "type": "boolean", "enum": [ @@ -89,6 +139,14 @@ "hasTenderComplaints", "hasAwardComplaints", "hasCancellationComplaints", + "hasValueEstimation", + "hasQualificationComplaints", + "tenderComplainRegulation", + "qualificationComplainDuration", + "awardComplainDuration", + "cancellationComplainDuration", + "clarificationUntilDuration", + "qualificationDuration", "restricted" ], "additionalProperties": false diff --git a/data_model/schema/TenderConfig/negotiation.json b/data_model/schema/TenderConfig/negotiation.json index e286e8de..fd989e34 100644 --- a/data_model/schema/TenderConfig/negotiation.json +++ b/data_model/schema/TenderConfig/negotiation.json @@ -70,6 +70,56 @@ ], "default": true }, + "hasValueEstimation": { + "type": "boolean", + "enum": [ + true + ], + "default": true + }, + "hasQualificationComplaints": { + "type": "boolean", + "enum": [ + false + ], + "default": false + }, + "tenderComplainRegulation": { + "type": "integer", + "minimum": 0, + "maximum": 0, + "default": 0 + }, + "qualificationComplainDuration": { + "type": "integer", + "minimum": 0, + "maximum": 0, + "default": 0 + }, + "awardComplainDuration": { + "type": "integer", + "minimum": 10, + "maximum": 10, + "default": 10 + }, + "cancellationComplainDuration": { + "type": "integer", + "minimum": 10, + "maximum": 10, + "default": 10 + }, + "clarificationUntilDuration": { + "type": "integer", + "minimum": 0, + "maximum": 0, + "default": 0 + }, + "qualificationDuration": { + "type": "integer", + "minimum": 0, + "maximum": 0, + "default": 0 + }, "restricted": { "type": "boolean", "enum": [ @@ -89,6 +139,14 @@ "hasTenderComplaints", "hasAwardComplaints", "hasCancellationComplaints", + "hasValueEstimation", + "hasQualificationComplaints", + "tenderComplainRegulation", + "qualificationComplainDuration", + "awardComplainDuration", + "cancellationComplainDuration", + "clarificationUntilDuration", + "qualificationDuration", "restricted" ], "additionalProperties": false diff --git a/data_model/schema/TenderConfig/negotiation.quick.json b/data_model/schema/TenderConfig/negotiation.quick.json index e286e8de..80622b04 100644 --- a/data_model/schema/TenderConfig/negotiation.quick.json +++ b/data_model/schema/TenderConfig/negotiation.quick.json @@ -70,6 +70,56 @@ ], "default": true }, + "hasValueEstimation": { + "type": "boolean", + "enum": [ + true + ], + "default": true + }, + "hasQualificationComplaints": { + "type": "boolean", + "enum": [ + false + ], + "default": false + }, + "tenderComplainRegulation": { + "type": "integer", + "minimum": 0, + "maximum": 0, + "default": 0 + }, + "qualificationComplainDuration": { + "type": "integer", + "minimum": 0, + "maximum": 0, + "default": 0 + }, + "awardComplainDuration": { + "type": "integer", + "minimum": 5, + "maximum": 5, + "default": 5 + }, + "cancellationComplainDuration": { + "type": "integer", + "minimum": 10, + "maximum": 10, + "default": 10 + }, + "clarificationUntilDuration": { + "type": "integer", + "minimum": 0, + "maximum": 0, + "default": 0 + }, + "qualificationDuration": { + "type": "integer", + "minimum": 0, + "maximum": 0, + "default": 0 + }, "restricted": { "type": "boolean", "enum": [ @@ -89,6 +139,14 @@ "hasTenderComplaints", "hasAwardComplaints", "hasCancellationComplaints", + "hasValueEstimation", + "hasQualificationComplaints", + "tenderComplainRegulation", + "qualificationComplainDuration", + "awardComplainDuration", + "cancellationComplainDuration", + "clarificationUntilDuration", + "qualificationDuration", "restricted" ], "additionalProperties": false diff --git a/data_model/schema/TenderConfig/priceQuotation.json b/data_model/schema/TenderConfig/priceQuotation.json index 166bcff8..ef3df762 100644 --- a/data_model/schema/TenderConfig/priceQuotation.json +++ b/data_model/schema/TenderConfig/priceQuotation.json @@ -70,6 +70,56 @@ ], "default": false }, + "hasValueEstimation": { + "type": "boolean", + "enum": [ + true + ], + "default": true + }, + "hasQualificationComplaints": { + "type": "boolean", + "enum": [ + false + ], + "default": false + }, + "tenderComplainRegulation": { + "type": "integer", + "minimum": 0, + "maximum": 0, + "default": 0 + }, + "qualificationComplainDuration": { + "type": "integer", + "minimum": 0, + "maximum": 0, + "default": 0 + }, + "awardComplainDuration": { + "type": "integer", + "minimum": 0, + "maximum": 0, + "default": 0 + }, + "cancellationComplainDuration": { + "type": "integer", + "minimum": 0, + "maximum": 0, + "default": 0 + }, + "clarificationUntilDuration": { + "type": "integer", + "minimum": 0, + "maximum": 0, + "default": 0 + }, + "qualificationDuration": { + "type": "integer", + "minimum": 0, + "maximum": 0, + "default": 0 + }, "restricted": { "type": "boolean", "enum": [ @@ -89,6 +139,14 @@ "hasTenderComplaints", "hasAwardComplaints", "hasCancellationComplaints", + "hasValueEstimation", + "hasQualificationComplaints", + "tenderComplainRegulation", + "qualificationComplainDuration", + "awardComplainDuration", + "cancellationComplainDuration", + "clarificationUntilDuration", + "qualificationDuration", "restricted" ], "additionalProperties": false diff --git a/data_model/schema/TenderConfig/reporting.json b/data_model/schema/TenderConfig/reporting.json index 71640176..b03ec2ca 100644 --- a/data_model/schema/TenderConfig/reporting.json +++ b/data_model/schema/TenderConfig/reporting.json @@ -70,6 +70,56 @@ ], "default": false }, + "hasValueEstimation": { + "type": "boolean", + "enum": [ + true + ], + "default": true + }, + "hasQualificationComplaints": { + "type": "boolean", + "enum": [ + false + ], + "default": false + }, + "tenderComplainRegulation": { + "type": "integer", + "minimum": 0, + "maximum": 0, + "default": 0 + }, + "qualificationComplainDuration": { + "type": "integer", + "minimum": 0, + "maximum": 0, + "default": 0 + }, + "awardComplainDuration": { + "type": "integer", + "minimum": 0, + "maximum": 0, + "default": 0 + }, + "cancellationComplainDuration": { + "type": "integer", + "minimum": 0, + "maximum": 0, + "default": 0 + }, + "clarificationUntilDuration": { + "type": "integer", + "minimum": 0, + "maximum": 0, + "default": 0 + }, + "qualificationDuration": { + "type": "integer", + "minimum": 0, + "maximum": 0, + "default": 0 + }, "restricted": { "type": "boolean", "enum": [ @@ -89,6 +139,14 @@ "hasTenderComplaints", "hasAwardComplaints", "hasCancellationComplaints", + "hasValueEstimation", + "hasQualificationComplaints", + "tenderComplainRegulation", + "qualificationComplainDuration", + "awardComplainDuration", + "cancellationComplainDuration", + "clarificationUntilDuration", + "qualificationDuration", "restricted" ], "additionalProperties": false diff --git a/data_model/schema/TenderConfig/simple.defense.json b/data_model/schema/TenderConfig/simple.defense.json index fe394150..2182cb72 100644 --- a/data_model/schema/TenderConfig/simple.defense.json +++ b/data_model/schema/TenderConfig/simple.defense.json @@ -71,6 +71,56 @@ ], "default": true }, + "hasValueEstimation": { + "type": "boolean", + "enum": [ + true + ], + "default": true + }, + "hasQualificationComplaints": { + "type": "boolean", + "enum": [ + false + ], + "default": false + }, + "tenderComplainRegulation": { + "type": "integer", + "minimum": 2, + "maximum": 2, + "default": 2 + }, + "qualificationComplainDuration": { + "type": "integer", + "minimum": 0, + "maximum": 0, + "default": 0 + }, + "awardComplainDuration": { + "type": "integer", + "minimum": 4, + "maximum": 4, + "default": 4 + }, + "cancellationComplainDuration": { + "type": "integer", + "minimum": 10, + "maximum": 10, + "default": 10 + }, + "clarificationUntilDuration": { + "type": "integer", + "minimum": 3, + "maximum": 3, + "default": 3 + }, + "qualificationDuration": { + "type": "integer", + "minimum": 0, + "maximum": 0, + "default": 0 + }, "restricted": { "type": "boolean", "enum": [ @@ -90,6 +140,14 @@ "hasTenderComplaints", "hasAwardComplaints", "hasCancellationComplaints", + "hasValueEstimation", + "hasQualificationComplaints", + "tenderComplainRegulation", + "qualificationComplainDuration", + "awardComplainDuration", + "cancellationComplainDuration", + "clarificationUntilDuration", + "qualificationDuration", "restricted" ], "additionalProperties": false