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. 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.

object
lotDetails.maximumLotsBidPerSupplier Maximum lots per supplier

The maximum number of lots that one supplier can bid on as part of this contracting process.

integer
lotDetails.maximumLotsAwardedPerSupplier Maximum lots per supplier

The maximum number of lots that can be awarded to one supplier as part of this contracting process.

integer
lotDetails.awardCriteriaDetails 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)

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.

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

Finance

The extension defines these fields in the Finance object from the Finance extension:

Field Title Description Type(s)
relatedLots Related lot(s)

This field is modified from its original version.

If this source of finance 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.

string from closed tenderStatus codelist
value Lot value

The maximum estimated value of this lot.

Value 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

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 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