Skip to content

Commit

Permalink
release-schema: Parenthesize "(or expressions of interest)" as awards…
Browse files Browse the repository at this point in the history
… and contracts should relate to bids, and only to EOIs if bids are not published
  • Loading branch information
jpmckinney committed Apr 11, 2024
1 parent 2cc0c76 commit 24dbf30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions release-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"properties": {
"relatedBid": {
"title": "Related bid",
"description": "Where bid details are used, a cross reference to the entry in the bids array to which this award relates. Provide the bid identifier here.",
"description": "The identifiers of the bids (or expressions of interest) to which the contract relates.",
"type": [
"string",
"null"
Expand All @@ -23,7 +23,7 @@
},
"relatedBids": {
"title": "Related bids",
"description": "The identifiers of the bids or expressions of interest to which the award relates.",
"description": "The identifiers of the bids (or expressions of interest) to which the award relates.",
"type": [
"array",
"null"
Expand All @@ -38,7 +38,7 @@
"properties": {
"relatedBids": {
"title": "Related bids",
"description": "The identifiers of the bids or expressions of interest to which the contract relates.",
"description": "The identifiers of the bids (or expressions of interest) to which the contract relates.",
"type": [
"array",
"null"
Expand Down

0 comments on commit 24dbf30

Please sign in to comment.