From 83ba489b049da782a98c623f4fc7fc139175e4e1 Mon Sep 17 00:00:00 2001 From: Olha Zamirets Date: Fri, 26 May 2023 13:01:15 +0200 Subject: [PATCH 1/5] Fix hasExceededValue config enums --- data_model/schema/TenderConfig/aboveThreshold.json | 11 ++++++++++- data_model/schema/TenderConfig/aboveThresholdEU.json | 11 ++++++++++- .../schema/TenderConfig/aboveThresholdUA.defense.json | 11 ++++++++++- data_model/schema/TenderConfig/aboveThresholdUA.json | 11 ++++++++++- data_model/schema/TenderConfig/belowThreshold.json | 11 ++++++++++- .../closeFrameworkAgreementSelectionUA.json | 10 +++++++++- .../TenderConfig/closeFrameworkAgreementUA.json | 10 +++++++++- .../schema/TenderConfig/competitiveDialogueEU.json | 10 +++++++++- .../TenderConfig/competitiveDialogueEU.stage2.json | 10 +++++++++- .../schema/TenderConfig/competitiveDialogueUA.json | 10 +++++++++- .../TenderConfig/competitiveDialogueUA.stage2.json | 10 +++++++++- data_model/schema/TenderConfig/esco.json | 10 +++++++++- data_model/schema/TenderConfig/negotiation.json | 11 +++++++++++ data_model/schema/TenderConfig/negotiation.quick.json | 11 +++++++++++ data_model/schema/TenderConfig/priceQuotation.json | 10 +++++++++- data_model/schema/TenderConfig/reporting.json | 11 +++++++++++ data_model/schema/TenderConfig/simple.defense.json | 11 ++++++++++- 17 files changed, 165 insertions(+), 14 deletions(-) diff --git a/data_model/schema/TenderConfig/aboveThreshold.json b/data_model/schema/TenderConfig/aboveThreshold.json index d9c66d5a..ab71a64c 100644 --- a/data_model/schema/TenderConfig/aboveThreshold.json +++ b/data_model/schema/TenderConfig/aboveThreshold.json @@ -8,10 +8,19 @@ false ], "default": true + }, + "hasExceededValue": { + "type": "boolean", + "enum": [ + true, + false + ], + "default": true } }, "required": [ - "hasAuction" + "hasAuction", + "hasExceededValue" ], "additionalProperties": false } diff --git a/data_model/schema/TenderConfig/aboveThresholdEU.json b/data_model/schema/TenderConfig/aboveThresholdEU.json index d9c66d5a..cfe2d8c1 100644 --- a/data_model/schema/TenderConfig/aboveThresholdEU.json +++ b/data_model/schema/TenderConfig/aboveThresholdEU.json @@ -8,10 +8,19 @@ false ], "default": true + }, + "hasExceededValue": { + "type": "boolean", + "enum": [ + true, + false + ], + "default": false } }, "required": [ - "hasAuction" + "hasAuction", + "hasExceededValue" ], "additionalProperties": false } diff --git a/data_model/schema/TenderConfig/aboveThresholdUA.defense.json b/data_model/schema/TenderConfig/aboveThresholdUA.defense.json index d9c66d5a..cfe2d8c1 100644 --- a/data_model/schema/TenderConfig/aboveThresholdUA.defense.json +++ b/data_model/schema/TenderConfig/aboveThresholdUA.defense.json @@ -8,10 +8,19 @@ false ], "default": true + }, + "hasExceededValue": { + "type": "boolean", + "enum": [ + true, + false + ], + "default": false } }, "required": [ - "hasAuction" + "hasAuction", + "hasExceededValue" ], "additionalProperties": false } diff --git a/data_model/schema/TenderConfig/aboveThresholdUA.json b/data_model/schema/TenderConfig/aboveThresholdUA.json index d9c66d5a..cfe2d8c1 100644 --- a/data_model/schema/TenderConfig/aboveThresholdUA.json +++ b/data_model/schema/TenderConfig/aboveThresholdUA.json @@ -8,10 +8,19 @@ false ], "default": true + }, + "hasExceededValue": { + "type": "boolean", + "enum": [ + true, + false + ], + "default": false } }, "required": [ - "hasAuction" + "hasAuction", + "hasExceededValue" ], "additionalProperties": false } diff --git a/data_model/schema/TenderConfig/belowThreshold.json b/data_model/schema/TenderConfig/belowThreshold.json index d9c66d5a..cfe2d8c1 100644 --- a/data_model/schema/TenderConfig/belowThreshold.json +++ b/data_model/schema/TenderConfig/belowThreshold.json @@ -8,10 +8,19 @@ false ], "default": true + }, + "hasExceededValue": { + "type": "boolean", + "enum": [ + true, + false + ], + "default": false } }, "required": [ - "hasAuction" + "hasAuction", + "hasExceededValue" ], "additionalProperties": false } diff --git a/data_model/schema/TenderConfig/closeFrameworkAgreementSelectionUA.json b/data_model/schema/TenderConfig/closeFrameworkAgreementSelectionUA.json index f26d8922..472d2984 100644 --- a/data_model/schema/TenderConfig/closeFrameworkAgreementSelectionUA.json +++ b/data_model/schema/TenderConfig/closeFrameworkAgreementSelectionUA.json @@ -7,10 +7,18 @@ true ], "default": true + }, + "hasExceededValue": { + "type": "boolean", + "enum": [ + false + ], + "default": false } }, "required": [ - "hasAuction" + "hasAuction", + "hasExceededValue" ], "additionalProperties": false } diff --git a/data_model/schema/TenderConfig/closeFrameworkAgreementUA.json b/data_model/schema/TenderConfig/closeFrameworkAgreementUA.json index f26d8922..472d2984 100644 --- a/data_model/schema/TenderConfig/closeFrameworkAgreementUA.json +++ b/data_model/schema/TenderConfig/closeFrameworkAgreementUA.json @@ -7,10 +7,18 @@ true ], "default": true + }, + "hasExceededValue": { + "type": "boolean", + "enum": [ + false + ], + "default": false } }, "required": [ - "hasAuction" + "hasAuction", + "hasExceededValue" ], "additionalProperties": false } diff --git a/data_model/schema/TenderConfig/competitiveDialogueEU.json b/data_model/schema/TenderConfig/competitiveDialogueEU.json index a4664709..b54be744 100644 --- a/data_model/schema/TenderConfig/competitiveDialogueEU.json +++ b/data_model/schema/TenderConfig/competitiveDialogueEU.json @@ -7,10 +7,18 @@ false ], "default": false + }, + "hasExceededValue": { + "type": "boolean", + "enum": [ + false + ], + "default": false } }, "required": [ - "hasAuction" + "hasAuction", + "hasExceededValue" ], "additionalProperties": false } diff --git a/data_model/schema/TenderConfig/competitiveDialogueEU.stage2.json b/data_model/schema/TenderConfig/competitiveDialogueEU.stage2.json index f26d8922..472d2984 100644 --- a/data_model/schema/TenderConfig/competitiveDialogueEU.stage2.json +++ b/data_model/schema/TenderConfig/competitiveDialogueEU.stage2.json @@ -7,10 +7,18 @@ true ], "default": true + }, + "hasExceededValue": { + "type": "boolean", + "enum": [ + false + ], + "default": false } }, "required": [ - "hasAuction" + "hasAuction", + "hasExceededValue" ], "additionalProperties": false } diff --git a/data_model/schema/TenderConfig/competitiveDialogueUA.json b/data_model/schema/TenderConfig/competitiveDialogueUA.json index a4664709..b54be744 100644 --- a/data_model/schema/TenderConfig/competitiveDialogueUA.json +++ b/data_model/schema/TenderConfig/competitiveDialogueUA.json @@ -7,10 +7,18 @@ false ], "default": false + }, + "hasExceededValue": { + "type": "boolean", + "enum": [ + false + ], + "default": false } }, "required": [ - "hasAuction" + "hasAuction", + "hasExceededValue" ], "additionalProperties": false } diff --git a/data_model/schema/TenderConfig/competitiveDialogueUA.stage2.json b/data_model/schema/TenderConfig/competitiveDialogueUA.stage2.json index f26d8922..472d2984 100644 --- a/data_model/schema/TenderConfig/competitiveDialogueUA.stage2.json +++ b/data_model/schema/TenderConfig/competitiveDialogueUA.stage2.json @@ -7,10 +7,18 @@ true ], "default": true + }, + "hasExceededValue": { + "type": "boolean", + "enum": [ + false + ], + "default": false } }, "required": [ - "hasAuction" + "hasAuction", + "hasExceededValue" ], "additionalProperties": false } diff --git a/data_model/schema/TenderConfig/esco.json b/data_model/schema/TenderConfig/esco.json index f26d8922..472d2984 100644 --- a/data_model/schema/TenderConfig/esco.json +++ b/data_model/schema/TenderConfig/esco.json @@ -7,10 +7,18 @@ true ], "default": true + }, + "hasExceededValue": { + "type": "boolean", + "enum": [ + false + ], + "default": false } }, "required": [ - "hasAuction" + "hasAuction", + "hasExceededValue" ], "additionalProperties": false } diff --git a/data_model/schema/TenderConfig/negotiation.json b/data_model/schema/TenderConfig/negotiation.json index a4664709..7fa947d7 100644 --- a/data_model/schema/TenderConfig/negotiation.json +++ b/data_model/schema/TenderConfig/negotiation.json @@ -7,6 +7,17 @@ false ], "default": false + }, + "hasExceededValue": { + "anyOf": [ + {"type": "boolean"}, + {"type": "null"} + ], + "enum": [ + true, + false, + null + ] } }, "required": [ diff --git a/data_model/schema/TenderConfig/negotiation.quick.json b/data_model/schema/TenderConfig/negotiation.quick.json index a4664709..7fa947d7 100644 --- a/data_model/schema/TenderConfig/negotiation.quick.json +++ b/data_model/schema/TenderConfig/negotiation.quick.json @@ -7,6 +7,17 @@ false ], "default": false + }, + "hasExceededValue": { + "anyOf": [ + {"type": "boolean"}, + {"type": "null"} + ], + "enum": [ + true, + false, + null + ] } }, "required": [ diff --git a/data_model/schema/TenderConfig/priceQuotation.json b/data_model/schema/TenderConfig/priceQuotation.json index a4664709..b54be744 100644 --- a/data_model/schema/TenderConfig/priceQuotation.json +++ b/data_model/schema/TenderConfig/priceQuotation.json @@ -7,10 +7,18 @@ false ], "default": false + }, + "hasExceededValue": { + "type": "boolean", + "enum": [ + false + ], + "default": false } }, "required": [ - "hasAuction" + "hasAuction", + "hasExceededValue" ], "additionalProperties": false } diff --git a/data_model/schema/TenderConfig/reporting.json b/data_model/schema/TenderConfig/reporting.json index a4664709..7fa947d7 100644 --- a/data_model/schema/TenderConfig/reporting.json +++ b/data_model/schema/TenderConfig/reporting.json @@ -7,6 +7,17 @@ false ], "default": false + }, + "hasExceededValue": { + "anyOf": [ + {"type": "boolean"}, + {"type": "null"} + ], + "enum": [ + true, + false, + null + ] } }, "required": [ diff --git a/data_model/schema/TenderConfig/simple.defense.json b/data_model/schema/TenderConfig/simple.defense.json index d9c66d5a..cfe2d8c1 100644 --- a/data_model/schema/TenderConfig/simple.defense.json +++ b/data_model/schema/TenderConfig/simple.defense.json @@ -8,10 +8,19 @@ false ], "default": true + }, + "hasExceededValue": { + "type": "boolean", + "enum": [ + true, + false + ], + "default": false } }, "required": [ - "hasAuction" + "hasAuction", + "hasExceededValue" ], "additionalProperties": false } From 66931e916c33a9e63bd2a9994c060b1517dd936d Mon Sep 17 00:00:00 2001 From: Olha Zamirets Date: Wed, 31 May 2023 10:11:19 +0200 Subject: [PATCH 2/5] Rename hasExceededValue config to hasValueRestriction --- .../schema/TenderConfig/aboveThreshold.json | 6 +++--- .../schema/TenderConfig/aboveThresholdEU.json | 6 +++--- .../TenderConfig/aboveThresholdUA.defense.json | 9 ++++----- .../schema/TenderConfig/aboveThresholdUA.json | 6 +++--- .../schema/TenderConfig/belowThreshold.json | 6 +++--- .../closeFrameworkAgreementSelectionUA.json | 8 ++++---- .../TenderConfig/closeFrameworkAgreementUA.json | 8 ++++---- .../TenderConfig/competitiveDialogueEU.json | 8 ++++---- .../competitiveDialogueEU.stage2.json | 8 ++++---- .../TenderConfig/competitiveDialogueUA.json | 8 ++++---- .../competitiveDialogueUA.stage2.json | 8 ++++---- data_model/schema/TenderConfig/esco.json | 8 ++++---- data_model/schema/TenderConfig/negotiation.json | 17 +++++++---------- .../schema/TenderConfig/negotiation.quick.json | 17 +++++++---------- .../schema/TenderConfig/priceQuotation.json | 8 ++++---- data_model/schema/TenderConfig/reporting.json | 17 +++++++---------- .../schema/TenderConfig/simple.defense.json | 6 +++--- 17 files changed, 72 insertions(+), 82 deletions(-) diff --git a/data_model/schema/TenderConfig/aboveThreshold.json b/data_model/schema/TenderConfig/aboveThreshold.json index ab71a64c..cc8dbcaa 100644 --- a/data_model/schema/TenderConfig/aboveThreshold.json +++ b/data_model/schema/TenderConfig/aboveThreshold.json @@ -9,18 +9,18 @@ ], "default": true }, - "hasExceededValue": { + "hasValueRestriction": { "type": "boolean", "enum": [ true, false ], - "default": true + "default": false } }, "required": [ "hasAuction", - "hasExceededValue" + "hasValueRestriction" ], "additionalProperties": false } diff --git a/data_model/schema/TenderConfig/aboveThresholdEU.json b/data_model/schema/TenderConfig/aboveThresholdEU.json index cfe2d8c1..6571cd68 100644 --- a/data_model/schema/TenderConfig/aboveThresholdEU.json +++ b/data_model/schema/TenderConfig/aboveThresholdEU.json @@ -9,18 +9,18 @@ ], "default": true }, - "hasExceededValue": { + "hasValueRestriction": { "type": "boolean", "enum": [ true, false ], - "default": false + "default": true } }, "required": [ "hasAuction", - "hasExceededValue" + "hasValueRestriction" ], "additionalProperties": false } diff --git a/data_model/schema/TenderConfig/aboveThresholdUA.defense.json b/data_model/schema/TenderConfig/aboveThresholdUA.defense.json index cfe2d8c1..47b225e1 100644 --- a/data_model/schema/TenderConfig/aboveThresholdUA.defense.json +++ b/data_model/schema/TenderConfig/aboveThresholdUA.defense.json @@ -9,18 +9,17 @@ ], "default": true }, - "hasExceededValue": { + "hasValueRestriction": { "type": "boolean", "enum": [ - true, - false + true ], - "default": false + "default": true } }, "required": [ "hasAuction", - "hasExceededValue" + "hasValueRestriction" ], "additionalProperties": false } diff --git a/data_model/schema/TenderConfig/aboveThresholdUA.json b/data_model/schema/TenderConfig/aboveThresholdUA.json index cfe2d8c1..6571cd68 100644 --- a/data_model/schema/TenderConfig/aboveThresholdUA.json +++ b/data_model/schema/TenderConfig/aboveThresholdUA.json @@ -9,18 +9,18 @@ ], "default": true }, - "hasExceededValue": { + "hasValueRestriction": { "type": "boolean", "enum": [ true, false ], - "default": false + "default": true } }, "required": [ "hasAuction", - "hasExceededValue" + "hasValueRestriction" ], "additionalProperties": false } diff --git a/data_model/schema/TenderConfig/belowThreshold.json b/data_model/schema/TenderConfig/belowThreshold.json index cfe2d8c1..6571cd68 100644 --- a/data_model/schema/TenderConfig/belowThreshold.json +++ b/data_model/schema/TenderConfig/belowThreshold.json @@ -9,18 +9,18 @@ ], "default": true }, - "hasExceededValue": { + "hasValueRestriction": { "type": "boolean", "enum": [ true, false ], - "default": false + "default": true } }, "required": [ "hasAuction", - "hasExceededValue" + "hasValueRestriction" ], "additionalProperties": false } diff --git a/data_model/schema/TenderConfig/closeFrameworkAgreementSelectionUA.json b/data_model/schema/TenderConfig/closeFrameworkAgreementSelectionUA.json index 472d2984..ef2dbc49 100644 --- a/data_model/schema/TenderConfig/closeFrameworkAgreementSelectionUA.json +++ b/data_model/schema/TenderConfig/closeFrameworkAgreementSelectionUA.json @@ -8,17 +8,17 @@ ], "default": true }, - "hasExceededValue": { + "hasValueRestriction": { "type": "boolean", "enum": [ - false + true ], - "default": false + "default": true } }, "required": [ "hasAuction", - "hasExceededValue" + "hasValueRestriction" ], "additionalProperties": false } diff --git a/data_model/schema/TenderConfig/closeFrameworkAgreementUA.json b/data_model/schema/TenderConfig/closeFrameworkAgreementUA.json index 472d2984..ef2dbc49 100644 --- a/data_model/schema/TenderConfig/closeFrameworkAgreementUA.json +++ b/data_model/schema/TenderConfig/closeFrameworkAgreementUA.json @@ -8,17 +8,17 @@ ], "default": true }, - "hasExceededValue": { + "hasValueRestriction": { "type": "boolean", "enum": [ - false + true ], - "default": false + "default": true } }, "required": [ "hasAuction", - "hasExceededValue" + "hasValueRestriction" ], "additionalProperties": false } diff --git a/data_model/schema/TenderConfig/competitiveDialogueEU.json b/data_model/schema/TenderConfig/competitiveDialogueEU.json index b54be744..f8c039ee 100644 --- a/data_model/schema/TenderConfig/competitiveDialogueEU.json +++ b/data_model/schema/TenderConfig/competitiveDialogueEU.json @@ -8,17 +8,17 @@ ], "default": false }, - "hasExceededValue": { + "hasValueRestriction": { "type": "boolean", "enum": [ - false + true ], - "default": false + "default": true } }, "required": [ "hasAuction", - "hasExceededValue" + "hasValueRestriction" ], "additionalProperties": false } diff --git a/data_model/schema/TenderConfig/competitiveDialogueEU.stage2.json b/data_model/schema/TenderConfig/competitiveDialogueEU.stage2.json index 472d2984..ef2dbc49 100644 --- a/data_model/schema/TenderConfig/competitiveDialogueEU.stage2.json +++ b/data_model/schema/TenderConfig/competitiveDialogueEU.stage2.json @@ -8,17 +8,17 @@ ], "default": true }, - "hasExceededValue": { + "hasValueRestriction": { "type": "boolean", "enum": [ - false + true ], - "default": false + "default": true } }, "required": [ "hasAuction", - "hasExceededValue" + "hasValueRestriction" ], "additionalProperties": false } diff --git a/data_model/schema/TenderConfig/competitiveDialogueUA.json b/data_model/schema/TenderConfig/competitiveDialogueUA.json index b54be744..f8c039ee 100644 --- a/data_model/schema/TenderConfig/competitiveDialogueUA.json +++ b/data_model/schema/TenderConfig/competitiveDialogueUA.json @@ -8,17 +8,17 @@ ], "default": false }, - "hasExceededValue": { + "hasValueRestriction": { "type": "boolean", "enum": [ - false + true ], - "default": false + "default": true } }, "required": [ "hasAuction", - "hasExceededValue" + "hasValueRestriction" ], "additionalProperties": false } diff --git a/data_model/schema/TenderConfig/competitiveDialogueUA.stage2.json b/data_model/schema/TenderConfig/competitiveDialogueUA.stage2.json index 472d2984..ef2dbc49 100644 --- a/data_model/schema/TenderConfig/competitiveDialogueUA.stage2.json +++ b/data_model/schema/TenderConfig/competitiveDialogueUA.stage2.json @@ -8,17 +8,17 @@ ], "default": true }, - "hasExceededValue": { + "hasValueRestriction": { "type": "boolean", "enum": [ - false + true ], - "default": false + "default": true } }, "required": [ "hasAuction", - "hasExceededValue" + "hasValueRestriction" ], "additionalProperties": false } diff --git a/data_model/schema/TenderConfig/esco.json b/data_model/schema/TenderConfig/esco.json index 472d2984..ef2dbc49 100644 --- a/data_model/schema/TenderConfig/esco.json +++ b/data_model/schema/TenderConfig/esco.json @@ -8,17 +8,17 @@ ], "default": true }, - "hasExceededValue": { + "hasValueRestriction": { "type": "boolean", "enum": [ - false + true ], - "default": false + "default": true } }, "required": [ "hasAuction", - "hasExceededValue" + "hasValueRestriction" ], "additionalProperties": false } diff --git a/data_model/schema/TenderConfig/negotiation.json b/data_model/schema/TenderConfig/negotiation.json index 7fa947d7..f8c039ee 100644 --- a/data_model/schema/TenderConfig/negotiation.json +++ b/data_model/schema/TenderConfig/negotiation.json @@ -8,20 +8,17 @@ ], "default": false }, - "hasExceededValue": { - "anyOf": [ - {"type": "boolean"}, - {"type": "null"} - ], + "hasValueRestriction": { + "type": "boolean", "enum": [ - true, - false, - null - ] + true + ], + "default": true } }, "required": [ - "hasAuction" + "hasAuction", + "hasValueRestriction" ], "additionalProperties": false } diff --git a/data_model/schema/TenderConfig/negotiation.quick.json b/data_model/schema/TenderConfig/negotiation.quick.json index 7fa947d7..f8c039ee 100644 --- a/data_model/schema/TenderConfig/negotiation.quick.json +++ b/data_model/schema/TenderConfig/negotiation.quick.json @@ -8,20 +8,17 @@ ], "default": false }, - "hasExceededValue": { - "anyOf": [ - {"type": "boolean"}, - {"type": "null"} - ], + "hasValueRestriction": { + "type": "boolean", "enum": [ - true, - false, - null - ] + true + ], + "default": true } }, "required": [ - "hasAuction" + "hasAuction", + "hasValueRestriction" ], "additionalProperties": false } diff --git a/data_model/schema/TenderConfig/priceQuotation.json b/data_model/schema/TenderConfig/priceQuotation.json index b54be744..f8c039ee 100644 --- a/data_model/schema/TenderConfig/priceQuotation.json +++ b/data_model/schema/TenderConfig/priceQuotation.json @@ -8,17 +8,17 @@ ], "default": false }, - "hasExceededValue": { + "hasValueRestriction": { "type": "boolean", "enum": [ - false + true ], - "default": false + "default": true } }, "required": [ "hasAuction", - "hasExceededValue" + "hasValueRestriction" ], "additionalProperties": false } diff --git a/data_model/schema/TenderConfig/reporting.json b/data_model/schema/TenderConfig/reporting.json index 7fa947d7..f8c039ee 100644 --- a/data_model/schema/TenderConfig/reporting.json +++ b/data_model/schema/TenderConfig/reporting.json @@ -8,20 +8,17 @@ ], "default": false }, - "hasExceededValue": { - "anyOf": [ - {"type": "boolean"}, - {"type": "null"} - ], + "hasValueRestriction": { + "type": "boolean", "enum": [ - true, - false, - null - ] + true + ], + "default": true } }, "required": [ - "hasAuction" + "hasAuction", + "hasValueRestriction" ], "additionalProperties": false } diff --git a/data_model/schema/TenderConfig/simple.defense.json b/data_model/schema/TenderConfig/simple.defense.json index cfe2d8c1..6571cd68 100644 --- a/data_model/schema/TenderConfig/simple.defense.json +++ b/data_model/schema/TenderConfig/simple.defense.json @@ -9,18 +9,18 @@ ], "default": true }, - "hasExceededValue": { + "hasValueRestriction": { "type": "boolean", "enum": [ true, false ], - "default": false + "default": true } }, "required": [ "hasAuction", - "hasExceededValue" + "hasValueRestriction" ], "additionalProperties": false } From dd976dee9cfc7f413631c8b2ee94310674fb0e40 Mon Sep 17 00:00:00 2001 From: Olha Zamirets Date: Wed, 7 Jun 2023 13:18:15 +0200 Subject: [PATCH 3/5] Update config hasValueRestriction values --- data_model/schema/TenderConfig/aboveThreshold.json | 1 - data_model/schema/TenderConfig/aboveThresholdEU.json | 3 +-- data_model/schema/TenderConfig/aboveThresholdUA.json | 3 +-- data_model/schema/TenderConfig/simple.defense.json | 3 +-- 4 files changed, 3 insertions(+), 7 deletions(-) diff --git a/data_model/schema/TenderConfig/aboveThreshold.json b/data_model/schema/TenderConfig/aboveThreshold.json index d1a900e0..70f76e37 100644 --- a/data_model/schema/TenderConfig/aboveThreshold.json +++ b/data_model/schema/TenderConfig/aboveThreshold.json @@ -19,7 +19,6 @@ "hasValueRestriction": { "type": "boolean", "enum": [ - true, false ], "default": false diff --git a/data_model/schema/TenderConfig/aboveThresholdEU.json b/data_model/schema/TenderConfig/aboveThresholdEU.json index 1d09d09d..ec954606 100644 --- a/data_model/schema/TenderConfig/aboveThresholdEU.json +++ b/data_model/schema/TenderConfig/aboveThresholdEU.json @@ -19,8 +19,7 @@ "hasValueRestriction": { "type": "boolean", "enum": [ - true, - false + true ], "default": true } diff --git a/data_model/schema/TenderConfig/aboveThresholdUA.json b/data_model/schema/TenderConfig/aboveThresholdUA.json index 1d09d09d..ec954606 100644 --- a/data_model/schema/TenderConfig/aboveThresholdUA.json +++ b/data_model/schema/TenderConfig/aboveThresholdUA.json @@ -19,8 +19,7 @@ "hasValueRestriction": { "type": "boolean", "enum": [ - true, - false + true ], "default": true } diff --git a/data_model/schema/TenderConfig/simple.defense.json b/data_model/schema/TenderConfig/simple.defense.json index 1d09d09d..ec954606 100644 --- a/data_model/schema/TenderConfig/simple.defense.json +++ b/data_model/schema/TenderConfig/simple.defense.json @@ -19,8 +19,7 @@ "hasValueRestriction": { "type": "boolean", "enum": [ - true, - false + true ], "default": true } From ecfc7bd45954c58b530feb84ee61e3540363f5ae Mon Sep 17 00:00:00 2001 From: Aleksey Stryukov Date: Tue, 13 Jun 2023 10:06:35 +0300 Subject: [PATCH 4/5] update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index efdf6640..b4677d5e 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ --- layout: default --- - \ No newline at end of file + \ No newline at end of file From 1f6b03ff5ce574489522e2ff8edd34a4a8334707 Mon Sep 17 00:00:00 2001 From: Olha Zamirets Date: Mon, 19 Jun 2023 15:42:33 +0200 Subject: [PATCH 5/5] Release 1.0.58 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index df48a0b7..19b0af26 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="standards", - version="1.0.57", + version="1.0.58", description="Prozorro standards", python_requires=">=2.7", package_dir={'standards': '.'},