Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

schema: add finalStatusDate to tender, award, contract #1683

Merged
merged 3 commits into from
May 4, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
* [#1519](https://github.com/open-contracting/standard/pull/1519) `Value.amountNet` and `Value.amountGross`
* [#1490](https://github.com/open-contracting/standard/pull/1490) `contracts.identifiers`
* [#1679](https://github.com/open-contracting/standard/pull/1679) `Organization.details.classifications`
* [#1683](https://github.com/open-contracting/standard/pull/1683) `Tender.finalStatusDate`, `Award.finalStatusDate` and `Contract.finalStatusDate`

* Deprecate some fields:
* [#1200](https://github.com/open-contracting/standard/pull/1200) `tender.submissionMethod`, because all codes from the `submissionMethod` codelist are deprecated.
Expand Down
54 changes: 54 additions & 0 deletions schema/dereferenced-release-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2414,6 +2414,15 @@
"null"
]
},
"finalStatusDate": {
"title": "Final status date",
"description": "The date on which the tender reached its final status.",
"type": [
"string",
"null"
],
"format": "date-time"
},
"procuringEntity": {
"properties": {
"name": {
Expand Down Expand Up @@ -6363,6 +6372,15 @@
"null"
]
},
"finalStatusDate": {
"title": "Final status date",
"description": "The date on which the award reached its final status.",
"type": [
"string",
"null"
],
"format": "date-time"
},
"date": {
"title": "Award date",
"description": "The date of the contract award. This is usually the date on which a decision to award was made.",
Expand Down Expand Up @@ -8920,6 +8938,15 @@
"null"
]
},
"finalStatusDate": {
"title": "Final status date",
"description": "The date on which the contract reached its final status.",
"type": [
"string",
"null"
],
"format": "date-time"
},
"dateSigned": {
"title": "Date concluded",
"description": "The date the contract was concluded. Typically, this is the date when the last buyer or supplier signed the contract. However, if no contract is signed, then the date of contract conclusion may correspond to other dates (e.g. the date when the buyer notified the supplier, which had the legal effect of concluding the contract).",
Expand Down Expand Up @@ -15427,6 +15454,15 @@
"null"
]
},
"finalStatusDate": {
"title": "Final status date",
"description": "The date on which the tender reached its final status.",
"type": [
"string",
"null"
],
"format": "date-time"
},
"procuringEntity": {
"properties": {
"name": {
Expand Down Expand Up @@ -19372,6 +19408,15 @@
"null"
]
},
"finalStatusDate": {
"title": "Final status date",
"description": "The date on which the award reached its final status.",
"type": [
"string",
"null"
],
"format": "date-time"
},
"date": {
"title": "Award date",
"description": "The date of the contract award. This is usually the date on which a decision to award was made.",
Expand Down Expand Up @@ -21923,6 +21968,15 @@
"null"
]
},
"finalStatusDate": {
"title": "Final status date",
"description": "The date on which the contract reached its final status.",
"type": [
"string",
"null"
],
"format": "date-time"
},
"dateSigned": {
"title": "Date concluded",
"description": "The date the contract was concluded. Typically, this is the date when the last buyer or supplier signed the contract. However, if no contract is signed, then the date of contract conclusion may correspond to other dates (e.g. the date when the buyer notified the supplier, which had the legal effect of concluding the contract).",
Expand Down
27 changes: 27 additions & 0 deletions schema/release-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,15 @@
"null"
]
},
"finalStatusDate": {
"title": "Final status date",
"description": "The date on which the tender reached its final status.",
"type": [
"string",
"null"
],
"format": "date-time"
},
"procuringEntity": {
"title": "Procuring entity",
"description": "The organization managing the contracting (or planning) process. If an organization is both a buyer and a procuring entity (as can be the case in simple contracting processes), it should be disclosed using the buyer field, but not this field.",
Expand Down Expand Up @@ -614,6 +623,15 @@
"null"
]
},
"finalStatusDate": {
"title": "Final status date",
"description": "The date on which the award reached its final status.",
"type": [
"string",
"null"
],
"format": "date-time"
},
"date": {
"title": "Award date",
"description": "The date of the contract award. This is usually the date on which a decision to award was made.",
Expand Down Expand Up @@ -798,6 +816,15 @@
"null"
]
},
"finalStatusDate": {
"title": "Final status date",
"description": "The date on which the contract reached its final status.",
"type": [
"string",
"null"
],
"format": "date-time"
},
"dateSigned": {
"title": "Date concluded",
"description": "The date the contract was concluded. Typically, this is the date when the last buyer or supplier signed the contract. However, if no contract is signed, then the date of contract conclusion may correspond to other dates (e.g. the date when the buyer notified the supplier, which had the legal effect of concluding the contract).",
Expand Down
9 changes: 9 additions & 0 deletions schema/versioned-release-validation-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,9 @@
"finalStatusDetails": {
"$ref": "#/definitions/StringNullVersioned"
},
"finalStatusDate": {
"$ref": "#/definitions/StringNullDateTimeVersioned"
},
"procuringEntity": {
"$ref": "#/definitions/OrganizationReferenceVersionedId"
},
Expand Down Expand Up @@ -734,6 +737,9 @@
"finalStatusDetails": {
"$ref": "#/definitions/StringNullVersioned"
},
"finalStatusDate": {
"$ref": "#/definitions/StringNullDateTimeVersioned"
},
"date": {
"$ref": "#/definitions/StringNullDateTimeVersioned"
},
Expand Down Expand Up @@ -944,6 +950,9 @@
"finalStatusDetails": {
"$ref": "#/definitions/StringNullVersioned"
},
"finalStatusDate": {
"$ref": "#/definitions/StringNullDateTimeVersioned"
},
"dateSigned": {
"$ref": "#/definitions/StringNullDateTimeVersioned"
},
Expand Down