Schema
You can download the release-schema.json
file in English.
Tender
The extension defines these fields in the Tender
object from OCDS:
Field | Title | Description | Type(s) |
---|---|---|---|
lots
|
Lots |
A tender process may be divided into lots, where bidders can bid on one or more lots. Details of each lot can be provided here. Items, documents and other features can then reference the lot they are related to using relatedLot. Where no relatedLots identifier is given, the values should be interpreted as applicable to the whole tender. Properties of tender can be overridden for a given Lot through their inclusion in the Lot object. |
array of Lot objects |
lotDetails
|
Lot Details |
If this tender is divided into lots, details can be provided here of any criteria that apply to bidding on these lots. This extended property is currently focused on fields required by the EU TED data standard |
object |
lotDetails.
|
Maximum lots per supplier |
The maximum number of lots that one supplier may bid for as part of this contracting process. |
integer |
lotDetails.
|
Maximum lots per supplier |
The maximum number of lots that may be awarded to one supplier as part of this contracting process. |
integer |
lotGroups
|
Lot groups |
Where the buyer reserves the right to combine lots, or wishes to specify the total value for a group of lots, a lot group is used to capture this information. |
array of LotGroup objects |
Document
The extension defines these fields in the Document
object from OCDS:
Field | Title | Description | Type(s) |
---|---|---|---|
relatedLots
|
Related lot(s) |
If this document relates to a particular lot, provide the identifier(s) of the related lot(s) here. |
array of strings |
Item
The extension defines these fields in the Item
object from OCDS:
Field | Title | Description | Type(s) |
---|---|---|---|
relatedLot
|
Related lot |
If this item belongs to a lot, provide the identifier of the related lot here. Each item may only belong to a single lot. |
string |
Milestone
The extension defines these fields in the Milestone
object from OCDS:
Field | Title | Description | Type(s) |
---|---|---|---|
relatedLots
|
Related lot(s) |
If this milestone relates to a particular lot, provide the identifier(s) of the related lot(s) here. |
array of strings |
Award
The extension defines these fields in the Award
object from OCDS:
Field | Title | Description | Type(s) |
---|---|---|---|
relatedLots
|
Related lot(s) |
If this award relates to one or more specific lots, provide the identifier(s) of the related lot(s) here. |
array of strings |
Bid
The extension defines these fields in the Bid
object from the Bids and expressions of interest extension:
Field | Title | Description | Type(s) |
---|---|---|---|
relatedLots
|
Related lot(s) |
This field is modified from its original version. If this bid relates to one or more specific lots, provide the identifier(s) of the related lot(s) here. |
array of strings |
Lot
The extension defines a new Lot
object with these fields:
Field | Title | Description | Type(s) |
---|---|---|---|
id
|
Lot ID |
A local identifier for this lot, such as a lot number. This is used in relatedLots references at the item, document and award level. |
string |
title
|
Title |
A title for this lot. |
string |
description
|
Description |
A description of this lot. |
string |
status
|
Lot Status |
The current status of the process related to this lot based on the tenderStatus codelist |
string from closed tenderStatus codelist |
value
|
Lot value |
The maximum estimated value of this lot. |
Value object |
LotGroup
The extension defines a new LotGroup
object with these fields:
Field | Title | Description | Type(s) |
---|---|---|---|
id
|
Lot group identifier |
A local identifier for this group of lots. |
string |
relatedLots
|
Related lot(s) |
A list of the identifiers of the lots that form this group. Lots may appear in more than one group. |
array of strings |
optionToCombine
|
Option to combine |
The buyer reserves the right to combine the lots in this group when awarding a contract. |
boolean |
maximumValue
|
Maximum value |
The maximum estimated value of the lots in this group. This may be lower than the sum total of lot values |
Value object |