Skip to content

Commit

Permalink
Add "See also xDetails" in relevant field descriptions. #850
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinMaudry committed May 28, 2021
1 parent 8e20798 commit acea248
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions schema/release-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit acea248

Please sign in to comment.