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 can 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 may then reference the lot they are related to using relatedLot. Where no relatedLots identifier is given, the values ought to be interpreted as applicable to the whole tender. Details about the whole tender can be overridden for a given lot through their inclusion in the lot object. |
array of Lot objects |
lotDetails
|
Lot Details |
Details of any criteria that apply to bidding on the lots in this tender. |
object |
lotDetails.
|
Maximum lots per supplier |
The maximum number of lots that one supplier can bid on as part of this contracting process. |
integer |
lotDetails.
|
Maximum lots per supplier |
The maximum number of lots that can be awarded to one supplier as part of this contracting process. |
integer |
lotDetails.
|
Award criteria details |
Any detailed or further information on the award or selection criteria. |
string |
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) |
The identifiers of the lots to which this document relates. |
array of strings |
Item
The extension defines these fields in the Item
object from OCDS:
Field | Title | Description | Type(s) |
---|---|---|---|
relatedLot
|
Related lot |
The identifier of the lot to which this item relates. |
string |
Milestone
The extension defines these fields in the Milestone
object from OCDS:
Field | Title | Description | Type(s) |
---|---|---|---|
relatedLots
|
Related lot(s) |
The identifiers of the lots to which this milestone relates. |
array of strings |
Award
The extension defines these fields in the Award
object from OCDS:
Field | Title | Description | Type(s) |
---|---|---|---|
relatedLots
|
Related lot(s) |
The identifiers of the lots to which this award relates. |
array of strings |
Amendment
The extension defines these fields in the Amendment
object from OCDS:
Field | Title | Description | Type(s) |
---|---|---|---|
relatedLots
|
Related lot(s) |
The identifiers of the lots to which this amendment relates. |
array of strings |
RelatedProcess
The extension defines these fields in the RelatedProcess
object from OCDS:
Field | Title | Description | Type(s) |
---|---|---|---|
relatedLots
|
Related lot(s) |
The identifiers of the lots in the related process to which this process relates. |
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 |
identifiers
|
Identifiers |
Identifiers for this lot. This field can be used to provide internal identifiers for the lot, such as identifiers from a buyer's document management system or procurement system. |
array of SimpleIdentifier objects |
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. |
string from closed tenderStatus codelist |
value
|
Lot value |
The maximum estimated value of this lot. |
Value object |
minValue
|
Minimum value |
The estimated minimum value of the lot. A negative value indicates that the contracting process may involve payments from the supplier to the buyer (commonly used in concession contracts). |
Value object |
tenderPeriod
|
Tender period |
The period when this lot is open for submissions. The end date is the closing date for bid submissions. |
Period object |
contractPeriod
|
Contract period |
The period over which the contract is estimated or specified to be active. If the lot does not specify explicit dates, the duration field can be used. |
Period object |
buyer
|
Buyer |
The organization aiming to conclude a contract with a supplier or to use the goods, works or services in this lot. This may be different from the procuring entity who may be specified in the tender data. |
OrganizationReference object |
additionalClassifications
|
Additional classifications |
Additional classifications for this lot. |
array of Classification objects |
mainProcurementCategory
|
Main procurement category |
The primary category describing the main object of this lot, using the closed procurementCategory codelist. |
string from closed procurementCategory codelist |
additionalProcurementCategories
|
Additional procurement categories |
Any additional categories describing the objects of this lot, using the open extendedProcurementCategory codelist. |
array of strings from open extendedProcurementCategory codelist |
enquiryPeriod
|
Enquiry period |
The period during which potential bidders may submit questions and requests for clarification about this lot to the buyer or the procuring entity. |
Period object |
milestones
|
Milestones |
Milestones associated with this lot. |
array of Milestone objects |
submissionMethodDetails
|
Submission method details |
Information about the methods by which bids are submitted for this lot. This can include the address, e-mail address or online service to which bids are submitted, and any special requirements to be followed for submissions. More structured information can be provided using the submission terms extension. |
string |
submissionTerms
|
Submission terms |
Information about how, when and where tenderers need to submit their bids. |
SubmissionTerms 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 |
identifiers
|
Identifiers |
Identifiers for this lot group. This field can be used to provide internal identifiers for the lot group, such as identifiers from a buyer's document management system or procurement system. |
array of SimpleIdentifier objects |
title
|
Title |
A title for this lot group. |
string |
description
|
Description |
A description of this lot group. |
string |
relatedLots
|
Related lot(s) |
A list of the identifiers of the lots that form this group. Lots can 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 can be lower than the sum total of lot values |
Value object |
SimpleIdentifier
The extension defines a new SimpleIdentifier
object with these fields:
Field | Title | Description | Type(s) |
---|---|---|---|
scheme
|
Scheme |
The list, register or system from which the identifier is taken. |
string |
id
|
ID |
The identifier taken from the scheme. |
string |