You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/schema/reference.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -222,7 +222,7 @@ The [Bid statistics and details](https://extensions.open-contracting.org/en/exte
222
222
223
223
### Award
224
224
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).
226
226
227
227
````{admonition} Example
228
228
:class: hint
@@ -233,6 +233,8 @@ The `awards` array is used to announce any awards issued for this tender. There
233
233
```
234
234
````
235
235
236
+
The items in the `awards` array are `Award` objects. Each `Award` has the following fields:
@@ -248,7 +250,7 @@ The `awards` array is used to announce any awards issued for this tender. There
248
250
249
251
### Contract
250
252
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'.
252
254
253
255
````{admonition} Example
254
256
:class: hint
@@ -259,6 +261,8 @@ The `contracts` array is used to provide details of contracts that have been ent
259
261
```
260
262
````
261
263
264
+
The items in the `contracts` array are `Contract` objects. Each `Contract` has the following fields:
@@ -344,7 +348,7 @@ See [document](#document) reference below.
344
348
345
349
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.
346
350
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.
348
352
349
353
````{admonition} Example
350
354
:class: hint
@@ -355,6 +359,9 @@ The `amendments` array in a `tender`, `Award` or `Contract` object provides the
355
359
```
356
360
````
357
361
362
+
The items in the `amendments` array are `Amendment` objects. Each `Amendment` has the following fields:
0 commit comments