Skip to content

Commit 3cd83c4

Browse files
committed
reference.md: apply review suggestions
1 parent 585e1a1 commit 3cd83c4

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

docs/schema/reference.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ The [Bid statistics and details](https://extensions.open-contracting.org/en/exte
222222

223223
### Award
224224

225-
The `awards` array is used to announce any awards issued for this tender. There can be multiple awards made, each of which must be detailed using the `Award` subschema. Releases can contain all, or a subset, of these awards. Awards contain information about suppliers. In particular cases there can be multiple suppliers for a single award: for example, in the case of [consortia](../guidance/map/buyers_suppliers.md#consortia-suppliers) and in [framework agreements](../guidance/map/framework_agreements).
225+
The `awards` array is used to announce any awards issued for this tender. Releases can contain all, or a subset, of these awards. Awards contain information about suppliers. In particular cases there can be multiple suppliers for a single award: for example, in the case of [consortia](../guidance/map/buyers_suppliers.md#consortia-suppliers) and in [framework agreements](../guidance/map/framework_agreements).
226226

227227
````{admonition} Example
228228
:class: hint
@@ -233,6 +233,8 @@ The `awards` array is used to announce any awards issued for this tender. There
233233
```
234234
````
235235

236+
The items in the `awards` array are `Award` objects. Each `Award` has the following fields:
237+
236238
```{jsonschema} ../../build/current_lang/release-schema.json
237239
:pointer: /definitions/Award
238240
:collapse: items,value,suppliers,contractPeriod,documents,amendment,amendments
@@ -248,7 +250,7 @@ The `awards` array is used to announce any awards issued for this tender. There
248250

249251
### Contract
250252

251-
The `contracts` array is used to provide details of contracts that have been entered into. Every contract must have a related award, linked via the `awardID` field. This is because supplier information is contained within the 'award'. Each contract is detailed using the `Contract` subschema.
253+
The `contracts` array is used to provide details of contracts that have been entered into. Every contract must have a related award, linked via the `awardID` field. This is because supplier information is contained within the 'award'.
252254

253255
````{admonition} Example
254256
:class: hint
@@ -259,6 +261,8 @@ The `contracts` array is used to provide details of contracts that have been ent
259261
```
260262
````
261263

264+
The items in the `contracts` array are `Contract` objects. Each `Contract` has the following fields:
265+
262266
```{jsonschema} ../../build/current_lang/release-schema.json
263267
:pointer: /definitions/Contract
264268
:collapse: period,value,items,documents,implementation,relatedProcesses,milestones,amendment,amendments
@@ -344,7 +348,7 @@ See [document](#document) reference below.
344348

345349
A release may amend values from a previous release. Whilst the release & record model of OCDS offers the opportunity to keep a full versioned history of changes, in many cases it is important for changes to a tender, award or contract to be explicitly declared.
346350

347-
The `amendments` array in a `tender`, `Award` or `Contract` object provides the ability to detail the amendments that have taken place with dates, rationale and free-text descriptions of the change, as well as to point to the releases that contain information from before and after the amendment. Each amendment is detailed using the `Amendment` subschema.
351+
The `amendments` array in a `tender`, `Award` or `Contract` object provides the ability to detail the amendments that have taken place with dates, rationale and free-text descriptions of the change, as well as to point to the releases that contain information from before and after the amendment.
348352

349353
````{admonition} Example
350354
:class: hint
@@ -355,6 +359,9 @@ The `amendments` array in a `tender`, `Award` or `Contract` object provides the
355359
```
356360
````
357361

362+
The items in the `amendments` array are `Amendment` objects. Each `Amendment` has the following fields:
363+
364+
358365
```{jsonschema} ../../build/current_lang/release-schema.json
359366
:pointer: /definitions/Amendment
360367
:collapse: changes

0 commit comments

Comments
 (0)