Skip to content

Commit

Permalink
release-schema: Align budget.project with projectID. If we're saying …
Browse files Browse the repository at this point in the history
…"as it appears in a budget", then we don't need to furthermore refer to a registry.
  • Loading branch information
jpmckinney committed Jun 28, 2024
1 parent c2d16d3 commit 344e1cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/history/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,10 @@ Per the [normative and non-normative content and changes policy](../governance/n

* Clarify core concepts:
* [#1216](https://github.com/open-contracting/standard/pull/1216) Define contracting process and planning process in the schema description. Update definition of release, record and ocid. Update references to contracting process so that it takes take the planning process into account.
* [#1513](https://github.com/open-contracting/standard/pull/1513) Update fields' use of "contracting process" and "contracting (or planning) process" to reflect the new definition. Align `budget.project` and `budget.projectID`.
* [#1513](https://github.com/open-contracting/standard/pull/1513) Update fields' use of "contracting process" and "contracting (or planning) process" to reflect the new definition.
* [#1443](https://github.com/open-contracting/standard/pull/1443) `date`
* [#1182](https://github.com/open-contracting/standard/pull/1182) `buyer`
- [#1684](https://github.com/open-contracting/standard/pull/1684) `budget.project` and `budget.projectID`
* [#1163](https://github.com/open-contracting/standard/pull/1163) `tender.procuringEntity`
* [#1395](https://github.com/open-contracting/standard/pull/1417) `tender.procurementMethod`
* [#1442](https://github.com/open-contracting/standard/pull/1442) `tender.submissionMethodDetails`
Expand Down
2 changes: 1 addition & 1 deletion schema/release-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1284,7 +1284,7 @@
},
"project": {
"title": "Project title",
"description": "The name of the project of which the future contract(s) will be part or through which it/they will be funded. Some organizations maintain a registry of projects, and the data should use the name by which the project is known in that registry.",
"description": "The name of the programme of work as it appears in a budget (for example, a national or state budget), of which the future contract(s) will be part or through which it/they will be funded.",
"type": [
"string",
"null"
Expand Down

0 comments on commit 344e1cd

Please sign in to comment.