diff --git a/docs/history/changelog.md b/docs/history/changelog.md index 89235d8a4..611c193a6 100644 --- a/docs/history/changelog.md +++ b/docs/history/changelog.md @@ -196,7 +196,7 @@ Per the [normative and non-normative content and changes policy](../governance/n * [#1654](https://github.com/open-contracting/standard/pull/1654) `tender.submissionTerms.electronicSubmissionPolicy` * [#1421](https://github.com/open-contracting/standard/pull/1421) `tender.standstillPeriod` * [#1492](https://github.com/open-contracting/standard/pull/1492) `awards.datePublished` - * [#1648](https://github.com/open-contracting/standard/pull/1648) `finalStatus` and `finalStatusDetails` to `Tender`, `Award` and `Contract` + * [#1648](https://github.com/open-contracting/standard/pull/1648) [#1683](https://github.com/open-contracting/standard/pull/1683) `finalStatus`, `finalStatusDetails` and `finalStatusDate` to `Tender`, `Award` and `Contract` * [#1208](https://github.com/open-contracting/standard/pull/1326) The estimated and maximum values of framework agreeemnts: * `tender.maximumValue`. Previously, `tender.value` was used for the maximum value. However, this led to double-counting. * `awards.maximumValue`. Previously, `awards.value` was used for the maximum value. However, this led to double-counting. diff --git a/schema/dereferenced-release-schema.json b/schema/dereferenced-release-schema.json index c258b6cdb..51cb8a4c1 100644 --- a/schema/dereferenced-release-schema.json +++ b/schema/dereferenced-release-schema.json @@ -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": { @@ -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.", @@ -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).", @@ -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": { @@ -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.", @@ -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).", diff --git a/schema/release-schema.json b/schema/release-schema.json index f7346ffb2..94501b4d1 100644 --- a/schema/release-schema.json +++ b/schema/release-schema.json @@ -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.", @@ -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.", @@ -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).", diff --git a/schema/versioned-release-validation-schema.json b/schema/versioned-release-validation-schema.json index 091dd83cc..cdbca5de5 100644 --- a/schema/versioned-release-validation-schema.json +++ b/schema/versioned-release-validation-schema.json @@ -289,6 +289,9 @@ "finalStatusDetails": { "$ref": "#/definitions/StringNullVersioned" }, + "finalStatusDate": { + "$ref": "#/definitions/StringNullDateTimeVersioned" + }, "procuringEntity": { "$ref": "#/definitions/OrganizationReferenceVersionedId" }, @@ -734,6 +737,9 @@ "finalStatusDetails": { "$ref": "#/definitions/StringNullVersioned" }, + "finalStatusDate": { + "$ref": "#/definitions/StringNullDateTimeVersioned" + }, "date": { "$ref": "#/definitions/StringNullDateTimeVersioned" }, @@ -944,6 +950,9 @@ "finalStatusDetails": { "$ref": "#/definitions/StringNullVersioned" }, + "finalStatusDate": { + "$ref": "#/definitions/StringNullDateTimeVersioned" + }, "dateSigned": { "$ref": "#/definitions/StringNullDateTimeVersioned" },