Schema

You can download the release-schema.json file in English.

Criterion

The extension defines a new Criterion object with these fields:

Field Title Description Type(s)
id Identificador

The identifier for this criterion. It must be unique and cannot change within the Open Contracting Process it is part of (defined by a single ocid). See the identifier guidance for further details.

string or integer
title Título

Un título para este criterio

string
description Descripción

A description of this criterion.

string
relatesToTenderer Relates to tenderer

The criterion judges, evaluates or assesses a tenderer.

boolean
relatedItem Artículo relacionado

The identifier of the item in the tender section to which this criterion applies.

string
relatedLots Related lot(s)

The identifiers of the lots to which this criterion applies.

array of strings
requirementGroups Grupos de requisitos

Una lista de grupos de requisitos para este Criterio. Un criterio se satisface cuando uno o más grupos de requisitos se cumplen. Un grupo de requisitos se cumple cuando todos los requerimientos del grupo se satisfacen.

array of RequirementGroup objects

RequirementGroup

The extension defines a new RequirementGroup object with these fields:

Field Title Description Type(s)
id Identificador

The identifier for this requirement group. It must be unique and cannot change within the Open Contracting Process it is part of (defined by a single ocid). See the identifier guidance for further details.

string
description Descripción

A description of this requirement group.

string
requirements Requisitos

Una lista de requisitos que deben ser cumplidos para que el grupo de requisitos se cumpla.

array of Requirement objects

Requirement

The extension defines a new Requirement object with these fields:

Field Title Description Type(s)
id Identificador del requisito

The identifier for this requirement. It must be unique and cannot change within the Open Contracting Process it is part of (defined by a single ocid). See the identifier guidance for further details.

string
title Título de requisito

El título de este requisito atómico.

string
description Descripción del requisito

Una descripción de texto libre para este requisito atómico

string
dataType Tipo de dato de Requisito

The data type in which the response must be provided.

string from closed dataType codelist
pattern Patrón de validación de respuesta

A regular expression with which to validate the response.

string
expectedValue Valor esperado

The expected value of the requirement, when the response must be specific value.

string or integer or number or boolean
minValue Valor mínimo

The lower bound of the requirement, when the response must be within a certain range.

integer or number
maxValue Valor máximo

The upper bound of the requirement, when the response must be within a certain range.

integer or number
period Periodo

The period to which the requirement applies: for example, the tenderer's turnover in a given year.

Period object

RequirementResponse

The extension defines a new RequirementResponse object with these fields:

Field Title Description Type(s)
id Identificador

The unique identifier of this response in the context of the contracting process.

string
title Título

The title of this response.

string
description Descripción

The description of this response.

string
value Valor

The value of this response.

string or integer or number or boolean
period Periodo

The period to which the response applies.

Period object
requirement Requisito relacionado

A reference to the requirement to which the response applies.

RequirementReference object

RequirementReference

The extension defines a new RequirementReference object with these fields:

Field Title Description Type(s)
id ID de requisito

The identifier of the requirement to which the response applies.

string
title Título de requisito

The title of the requirement to which the response applies.

string

Bid

The extension defines these fields in the Bid object from the Bids and expressions of interest extension:

Field Title Description Type(s)
requirementResponses Respuestas de requisito

The responses of this bid to the requirements.

array of RequirementResponse objects

Tender

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

Field Title Description Type(s)
criteria Criterios

Criteria on which bids, tenderers, lots or items will be judged, evaluated or assessed.

array of Criterion objects