Skip to content

Commit

Permalink
release-schema: Clarify the description of tender.datePublished
Browse files Browse the repository at this point in the history
  • Loading branch information
duncandewhurst committed Oct 12, 2023
1 parent 765acb5 commit 6f18051
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/history/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ Per the [normative and non-normative content and changes policy](../governance/n
* [#1528](https://github.com/open-contracting/standard/pull/1528) `tender.id`, `tender.hasEnquiries`, to reduce ambiguity and use consistent wording in the description of procurement stages.
* [#1618](https://github.com/open-contracting/standard/pull/1618) `tender.enquiryPeriod`, to remove the suggestion to use `tender.submissionMethodDetails` for information about how to submit enquiries.
* [#1618](https://github.com/open-contracting/standard/pull/1618) Normalize field descriptions according to a style guide.
* [#1648](https://github.com/open-contracting/standard/pull/1648) `tender.datePublished`, to clarify its relation to bidding documents.

* Remove confusing terminology:
* [#1487](https://github.com/open-contracting/standard/pull/1487) `planning.budget.project`, to remove sentence about translation options.
Expand Down
4 changes: 2 additions & 2 deletions schema/dereferenced-release-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4630,7 +4630,7 @@
]
},
"datePublished": {
"description": "The date on which the tender was published.",
"description": "The date on which the bidding documents were published.",
"format": "date-time",
"title": "Date published",
"type": [
Expand Down Expand Up @@ -17895,7 +17895,7 @@
]
},
"datePublished": {
"description": "The date on which the tender was published.",
"description": "The date on which the bidding documents were published.",
"format": "date-time",
"title": "Date published",
"type": [
Expand Down
2 changes: 1 addition & 1 deletion schema/release-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@
]
},
"datePublished": {
"description": "The date on which the tender was published.",
"description": "The date on which the bidding documents were published.",
"format": "date-time",
"title": "Date published",
"type": [
Expand Down

0 comments on commit 6f18051

Please sign in to comment.