Skip to content

Commit 7b6ca93

Browse files
authored
Merge pull request #8 from open-contracting-extensions/217_percentage_descriptions
update percentage field descriptions
2 parents c3041f0 + 727c4b9 commit 7b6ca93

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,16 @@ Report issues for this extension in the [ocds-extensions repository](https://git
123123

124124
## Changelog
125125

126+
### 2023-12-04
127+
128+
* Update field descriptions:
129+
* `SubcontractingTerms.competitiveMaximumPercentage`
130+
* `SubcontractingTerms.competitiveMinimumPercentage`
131+
* `Subcontracting.competitiveMaximumPercentage`
132+
* `Subcontracting.competitiveMinimumPercentage`
133+
* `Subcontracting.maximumPercentage`
134+
* `Subcontracting.minimumPercentage`
135+
126136
### 2023-05-22
127137

128138
* Add fields for eForms:

release-schema.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
},
6969
"competitiveMaximumPercentage": {
7070
"title": "Maximum percentage of contract value for competitive subcontracting",
71-
"description": "The maximum percentage of the contract value that the buyer or procuring entity allows the supplier to subcontract to third parties through a competitive procedure.",
71+
"description": "The maximum percentage of the contract value that the buyer or procuring entity allows the supplier to subcontract to third parties through a competitive procedure, expressed as a decimal proportion between 0 and 1.",
7272
"type": [
7373
"number",
7474
"null"
@@ -79,7 +79,7 @@
7979
},
8080
"competitiveMinimumPercentage": {
8181
"title": "Minimum percentage of contract value for competitive subcontracting",
82-
"description": "The minimum percentage of the contract value that the buyer or procuring entity requires the supplier to subcontract to third parties through a competitive procedure.",
82+
"description": "The minimum percentage of the contract value that the buyer or procuring entity requires the supplier to subcontract to third parties through a competitive procedure, expressed as a decimal proportion between 0 and 1.",
8383
"type": [
8484
"number",
8585
"null"
@@ -106,7 +106,7 @@
106106
},
107107
"maximumPercentage": {
108108
"title": "Maximum percentage of contract value",
109-
"description": "The maximum percentage of the contract value that will be subcontracted.",
109+
"description": "The maximum percentage of the contract value that will be subcontracted, expressed as a decimal proportion between 0 and 1.",
110110
"type": [
111111
"number",
112112
"null"
@@ -117,7 +117,7 @@
117117
},
118118
"minimumPercentage": {
119119
"title": "Minimum percentage of contract value",
120-
"description": "The minimum percentage of the contract value that will be subcontracted.",
120+
"description": "The minimum percentage of the contract value that will be subcontracted, expressed as a decimal proportion between 0 and 1.",
121121
"type": [
122122
"number",
123123
"null"
@@ -127,7 +127,7 @@
127127
},
128128
"competitiveMaximumPercentage": {
129129
"title": "Maximum percentage of contract value for competitive subcontracting",
130-
"description": "The maximum percentage of the contract value that the buyer or procuring entity allows the supplier to subcontract to third parties through a competitive procedure.",
130+
"description": "The maximum percentage of the contract value that the buyer or procuring entity allows the supplier to subcontract to third parties through a competitive procedure, expressed as a decimal proportion between 0 and 1.",
131131
"type": [
132132
"number",
133133
"null"
@@ -138,7 +138,7 @@
138138
},
139139
"competitiveMinimumPercentage": {
140140
"title": "Minimum percentage of contract value for competitive subcontracting",
141-
"description": "The minimum percentage of the contract value that the buyer or procuring entity requires the supplier to subcontract to third parties through a competitive procedure.",
141+
"description": "The minimum percentage of the contract value that the buyer or procuring entity requires the supplier to subcontract to third parties through a competitive procedure, expressed as a decimal proportion between 0 and 1.",
142142
"type": [
143143
"number",
144144
"null"

0 commit comments

Comments
 (0)