Schema
You can download the release-schema.json
file in English.
Implementation
The extension defines these fields in the Implementation
object from OCDS:
Field | Title | Description | Type(s) |
---|---|---|---|
tariffs
|
Tariffs |
The tariffs as they apply during the life of the project. Also known as tolls or user charges. These may be initially copied from the contract section, and then updated with any revisions over the lifetime of the implementation phase. |
array of Tariff objects |
Contract
The extension defines these fields in the Contract
object from OCDS:
Field | Title | Description | Type(s) |
---|---|---|---|
tariffs
|
Tariffs |
The tariffs as set out in the contract schedules. Also known as tolls or user charges. Updates to tariffs over the operation of the contract can be provided in the implementation section. |
array of Tariff objects |
Tariff
The extension defines a new Tariff
object with these fields:
Field | Title | Description | Type(s) |
---|---|---|---|
id
|
Identifier |
A local identifier for this specific tariff. This field is used to keep track of revisions of a tariff across multiple OCDS releases. |
string |
title
|
Title |
The title of this tariff. |
string |
paidBy
|
Paid by |
Is this a user charge (paid by businesses or citizens using the facilities provided by the contract), or a charge paid by the government? |
string from closed chargePaidBy codelist |
period
|
Period |
The period to which this tariff applies. |
Period object |
value
|
Value |
The price per unit of this tariff. |
Value object |
unit
|
Unit |
The unit against which this tariff is charged. |
object |
unit.
|
Unit name |
The name of the unit that the tariff is charged against. E.g. tonnes, |
string |
unit.
|
Scheme |
The list from which units of measure identifiers are taken. It is recommended to use the scheme 'UNCEFACT' and codes from the UN/CEFACT Recommendation 20 list of "Codes for Units of Measure Used in International Trade". |
string from open unitClassificationScheme codelist |
unit.
|
ID |
The identifier from the codelist referenced in the schema property. For example, with UNCEFACT, this is the value of the 'Common Code' column. From this identifier, applications can look-up the human readable name or symbol for this unit of measure. |
string |
unit.
|
URI |
If the scheme used provide a machine-readable URI for this unit of measure, this can be given. |
string |
dimensions
|
Dimensions |
Used to capture the different breakdowns in tariff charges. Any number of dimensions can be recorded within this object. Dimensions names should follow the camelCase conventions of OCDS. |
object |
dimensions.
|
string | ||
notes
|
Notes |
Any notes on this tariff line item. This may include clarifying information. |
string |