Skip to content

Commit

Permalink
add hasPrequalification to tender config schema
Browse files Browse the repository at this point in the history
  • Loading branch information
smithumble committed Jun 20, 2023
1 parent 1f6b03f commit 9176194
Show file tree
Hide file tree
Showing 17 changed files with 120 additions and 0 deletions.
7 changes: 7 additions & 0 deletions data_model/schema/TenderConfig/aboveThreshold.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@
false
],
"default": false
},
"hasPrequalification": {
"type": "boolean",
"enum": [
false
],
"default": false
}
},
"required": [
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 @@ -22,6 +22,13 @@
true
],
"default": true
},
"hasPrequalification": {
"type": "boolean",
"enum": [
true
],
"default": true
}
},
"required": [
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 @@ -22,6 +22,13 @@
true
],
"default": true
},
"hasPrequalification": {
"type": "boolean",
"enum": [
false
],
"default": false
}
},
"required": [
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 @@ -22,6 +22,13 @@
true
],
"default": true
},
"hasPrequalification": {
"type": "boolean",
"enum": [
false
],
"default": false
}
},
"required": [
Expand Down
8 changes: 8 additions & 0 deletions data_model/schema/TenderConfig/belowThreshold.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@
false
],
"default": true
},
"hasPrequalification": {
"type": "boolean",
"enum": [
true,
false
],
"default": false
}
},
"required": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@
true
],
"default": true
},
"hasPrequalification": {
"type": "boolean",
"enum": [
false
],
"default": false
}
},
"required": [
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 @@ -21,6 +21,13 @@
true
],
"default": true
},
"hasPrequalification": {
"type": "boolean",
"enum": [
true
],
"default": true
}
},
"required": [
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 @@ -21,6 +21,13 @@
true
],
"default": true
},
"hasPrequalification": {
"type": "boolean",
"enum": [
true
],
"default": true
}
},
"required": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@
true
],
"default": true
},
"hasPrequalification": {
"type": "boolean",
"enum": [
true
],
"default": true
}
},
"required": [
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 @@ -21,6 +21,13 @@
true
],
"default": true
},
"hasPrequalification": {
"type": "boolean",
"enum": [
true
],
"default": true
}
},
"required": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@
true
],
"default": true
},
"hasPrequalification": {
"type": "boolean",
"enum": [
false
],
"default": false
}
},
"required": [
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 @@ -21,6 +21,13 @@
true
],
"default": true
},
"hasPrequalification": {
"type": "boolean",
"enum": [
true
],
"default": true
}
},
"required": [
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 @@ -21,6 +21,13 @@
true
],
"default": true
},
"hasPrequalification": {
"type": "boolean",
"enum": [
false
],
"default": false
}
},
"required": [
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 @@ -21,6 +21,13 @@
true
],
"default": true
},
"hasPrequalification": {
"type": "boolean",
"enum": [
false
],
"default": false
}
},
"required": [
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 @@ -21,6 +21,13 @@
true
],
"default": true
},
"hasPrequalification": {
"type": "boolean",
"enum": [
false
],
"default": false
}
},
"required": [
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 @@ -21,6 +21,13 @@
true
],
"default": true
},
"hasPrequalification": {
"type": "boolean",
"enum": [
false
],
"default": false
}
},
"required": [
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 @@ -22,6 +22,13 @@
true
],
"default": true
},
"hasPrequalification": {
"type": "boolean",
"enum": [
false
],
"default": false
}
},
"required": [
Expand Down

0 comments on commit 9176194

Please sign in to comment.