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 Ubicación de Entrega

La ubicación donde la actividad relacionada con esta licitación, contrato o licencia será entregada o se llevará a cabo.

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 Dirección de Entrega

La dirección en la que bienes y servicios relacionados con esta licitación, contrato o licencia serán entregados.

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 Descripción

Un nombre o descripción para esta ubicación. Esto puede incluir el(los) nombre(s) de la ubicación (o ubicaciones), o puede incluir una descripción legible de la ubicación a ser cubierta.

string
geometry Geometría

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 Tipo

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 Coordenadas

La lista de puntos, ej. [longitud, latitud] o [longitud, latitud, elevación], o una lista anidada de puntos, para el objeto geométrico JSON que está siendo descrito. La longitud y latitud deben ser expresadas en grados decimales en la proyección WGS84 (EPSG:4326).

array of numbers / arrays
gazetteer Diccionario Geográfico

Identificadores de un diccionario geográfico (un índice o directorio geográfico) para la ubicación.

object
gazetteer.scheme Esquema de diccionario geográfico

El identificador del diccionario geográfico. La lista de códigos locationGazetteers.csv provee detalles de servicios, si están disponibles, que pueden resolver una entrada del diccionario geográfico para proveer nombres de ubicación.

string from open locationGazetteers codelist
gazetteer.identifiers Identificadores

Una lista de uno o más códigos tomados del diccionario geográfico indicado en el campo scheme.

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 Descripción

The description of the address.

string