From acea2483fb94ca03325caffdc49c3fea74c366e8 Mon Sep 17 00:00:00 2001 From: Colin Maudry Date: Fri, 28 May 2021 15:46:10 +0200 Subject: [PATCH] Add "See also xDetails" in relevant field descriptions. #850 --- schema/release-schema.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/schema/release-schema.json b/schema/release-schema.json index d0ad4d05f..aaa369f68 100644 --- a/schema/release-schema.json +++ b/schema/release-schema.json @@ -195,7 +195,7 @@ }, "status": { "title": "Tender status", - "description": "The current status of the tender, from the closed [tenderStatus](https://standard.open-contracting.org/{{version}}/{{lang}}/schema/codelists/#tender-status) codelist.", + "description": "The current status of the tender, from the closed [tenderStatus](https://standard.open-contracting.org/{{version}}/{{lang}}/schema/codelists/#tender-status) codelist. See also the statusDetails field.", "type": [ "string", "null" @@ -247,7 +247,7 @@ }, "procurementMethod": { "title": "Procurement method", - "description": "The procurement method, from the closed [method](https://standard.open-contracting.org/{{version}}/{{lang}}/schema/codelists/#method) codelist.", + "description": "The procurement method, from the closed [method](https://standard.open-contracting.org/{{version}}/{{lang}}/schema/codelists/#method) codelist. See also the procurementMethodDetails field.", "type": [ "string", "null" @@ -309,7 +309,7 @@ }, "awardCriteria": { "title": "Award criteria", - "description": "The award criteria for the procurement, using the open [awardCriteria](https://standard.open-contracting.org/{{version}}/{{lang}}/schema/codelists/#award-criteria) codelist.", + "description": "The award criteria for the procurement, using the open [awardCriteria](https://standard.open-contracting.org/{{version}}/{{lang}}/schema/codelists/#award-criteria) codelist. See also the awardCriteriaDetails field.", "type": [ "string", "null" @@ -327,7 +327,7 @@ }, "submissionMethod": { "title": "Submission method", - "description": "The methods by which bids are submitted, using the open [submissionMethod](https://standard.open-contracting.org/{{version}}/{{lang}}/schema/codelists/#submission-method) codelist.", + "description": "The methods by which bids are submitted, using the open [submissionMethod](https://standard.open-contracting.org/{{version}}/{{lang}}/schema/codelists/#submission-method) codelist. See also the submissionMethodDetails field.", "type": [ "array", "null"