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 buyer is expected to reserve the right to renew the future contract(s). |
boolean |
renewal
|
Renewal |
The options for the renewal of the contract(s). |
Renewal object |
Award
The extension defines these fields in the Award
object from OCDS:
Field | Title | Description | Type(s) |
---|---|---|---|
hasRenewal
|
Has renewal |
Whether the buyer is expected to reserve the right to renew the future contract(s). |
boolean |
renewal
|
Renewal |
The options for the renewal of the contract(s). |
Renewal object |
Contract
The extension defines these fields in the Contract
object from OCDS:
Field | Title | Description | Type(s) |
---|---|---|---|
hasRenewal
|
Has renewal |
Whether the buyer reserves the right to renew the contract. |
boolean |
renewal
|
Renewal |
The options for the renewal of the contract. |
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 buyer is expected to reserve the right to renew the future contract(s) related to the lot. |
boolean |
renewal
|
Renewal |
The options for the renewal of the contract(s) 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 |