Skip to content

Commit

Permalink
Merge pull request #7 from open-contracting-extensions/219_request_pa…
Browse files Browse the repository at this point in the history
…rticipate

release-schema.json: change request to participate to expression of i…
  • Loading branch information
jpmckinney authored Jan 30, 2024
2 parents d592b82 + 248e4fa commit 241cb37
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions release-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"properties": {
"submissionTerms": {
"title": "Submission terms",
"description": "Information about the submission terms to describe how, when and where the tenderers need to submit their bids for the procedure.",
"description": "Information about the submission terms to describe how, when and where the tenderers need to submit their bids or expressions of interest for the procedure.",
"$ref": "#/definitions/SubmissionTerms"
}
}
Expand All @@ -13,19 +13,19 @@
"properties": {
"submissionTerms": {
"title": "Submission terms",
"description": "Information about the submission terms to describe how, when and where the tenderers need to submit their bids for the lot.",
"description": "Information about the submission terms to describe how, when and where the tenderers need to submit their bids or expressions of interest for the lot.",
"$ref": "#/definitions/SubmissionTerms"
}
}
},
"SubmissionTerms": {
"title": "Submission terms",
"description": "Information about the submission terms to describe how, when and where the tenderers need to submit their bids.",
"description": "Information about the submission terms to describe how, when and where the tenderers need to submit their bids or expressions of interest.",
"type": "object",
"properties": {
"electronicSubmissionPolicy": {
"title": "Electronic submission policy",
"description": "Whether tenderers are required, allowed or not allowed to submit bids electronically.",
"description": "Whether tenderers are required, allowed or not allowed to submit bids or expressions of interest electronically.",
"type": [
"string",
"null"
Expand Down Expand Up @@ -73,7 +73,7 @@
},
"languages": {
"title": "Submission language",
"description": "One or more languages in which bids or requests to participate can be submitted, using either two-letter [ISO639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes), or extended [BCP47 language tags](http://www.w3.org/International/articles/language-tags/). The use of lowercase two-letter codes from [ISO639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) is recommended.",
"description": "One or more languages in which bids or expressions of interest can be submitted, using either two-letter [ISO639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes), or extended [BCP47 language tags](http://www.w3.org/International/articles/language-tags/). The use of lowercase two-letter codes from [ISO639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) is recommended.",
"type": [
"array",
"null"
Expand Down Expand Up @@ -145,7 +145,7 @@
},
"address": {
"title": "Address",
"description": "The address to which non-electronic bids should be submitted.",
"description": "The address to which non-electronic bids or expressions of interest should be submitted.",
"$ref": "#/definitions/Address"
}
},
Expand Down

0 comments on commit 241cb37

Please sign in to comment.