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)
hasRenewal Has renewal

Whether the contracts can be renewed.

boolean
renewal Renewal

The options for the renewal of the contracts.

Renewal object

Lot

The extension defines these fields in the Lot object from the Lots extension:

Field Title Description Type(s)
hasRenewal Has renewal

Whether the contract related to the lot can be renewed.

boolean
renewal Renewal

The options for the renewal of the contract related to the lot.

Renewal object

Renewal

The extension defines a new Renewal object with these fields:

Field Title Description Type(s)
description Description

A description of the options for the renewal of the contract.

string
minimumRenewals Minimum renewal

The minimum number of renewals.

number
maximumRenewals Maximum renewal

The maximum number of renewals. If there is no maximum, set to 1e9999 (which parses to infinity).

number
period Renewal period

The period over which the contract can be renewed.

Period object