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)
deliveryLocations Delivery Locations

The locations where activity related to this tender will take place.

array of Location objects
deliveryAddresses Delivery Addresses

The addresses to which, or where, goods or services related to this tender will be delivered.

array of Address objects

Item

The extension defines these fields in the Item object from OCDS:

Field Title Description Type(s)
deliveryLocations Delivery Locations

The locations where activity related to this tender, contract or license will be delivered.

array of Location objects
deliveryLocation Delivery Location

The location where activity related to this tender, contract or license will be delivered, or will take place.

Deprecated in OCDS 1.2.0: This field is deprecated in favour of `.deliveryLocations` to support items with multiple delivery locations.

Location object
deliveryAddresses Delivery Addresses

The addresses to which, or where, goods or services related to this tender, contract or license will be delivered.

array of Address objects
deliveryAddress Delivery Address

The address to which, or where, goods or services related to this tender, contract or license will be delivered.

Deprecated in OCDS 1.2.0: This field is deprecated in favour of `.deliveryAddresses` to support items with multiple delivery locations.

Address object

Location

The extension defines a new Location object with these fields:

Field Title Description Type(s)
description Description

A name or description of this location. This might include the name(s) of the location(s), or might provide a human-readable description of the location to be covered.

string
geometry Geometry

We follow the GeoJSON standard to express basic location information, using longitude, latitude, and optional elevation values in the WGS84 (EPSG:4326) projection. A point location can be identified by geocoding an address. For concession licenses, or other scenarios covering a polygon location that is not contained in a known gazetteer, polygon and multi-polygon can be used.

object
geometry.type Type

The type of GeoJSON Geometry Objects being provided. To provide longitude, latitude, and optional elevation, use 'Point', and enter an array of [longitude, latitude] or [longitude, latitude, elevation] as the value of the coordinates field: e.g. [-122.085, 37.42].

string from closed geometryType codelist
geometry.coordinates Coordinates

The relevant array of points, e.g. [longitude, latitude] or [longitude, latitude, elevation], or a nested array of points, for the GeoJSON geometry being described. The longitude and latitude must be expressed in decimal degrees in the WGS84 (EPSG:4326) projection.

array of numbers / arrays
gazetteer Gazetteer

Identifiers from a gazetteer (a geographical index or directory) for the location.

object
gazetteer.scheme Gazetteer scheme

The identifier of the gazetteer. The locationGazetteers.csv codelist provides details of services, where available, that can resolve a gazetteer entry to provide location names.

string from open locationGazetteers codelist
gazetteer.identifiers Identifiers

An array of one or more codes drawn from the gazetteer indicated by the scheme field.

array of strings
uri URI

A URI to a further description of the location. This might be a human-readable document with information on the location, or a machine-readable description of the location.

string

Address

The extension defines these fields in the Address object from OCDS:

Field Title Description Type(s)
description Description

The description of the address.

string