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)
lots Lotes

Un proceso de licitación puede dividirse en lotes, en los que los licitadores pueden pujar por uno o varios lotes. Los detalles de cada lote se pueden proporcionar aquí. Los artículos, documentos y otras características pueden entonces hacer referencia al lote con el que están relacionados utilizando relatedLot. Si no se indica un identificador de relatedLots, los valores deben interpretarse como aplicables a toda la licitación. Los detalles sobre toda la licitación pueden anularse para un lote determinado mediante su inclusión en el objeto lote.

array of Lot objects
lotDetails Detalles del lote

Details of any criteria that apply to bidding on the lots in this tender.

object
lotDetails.maximumLotsBidPerSupplier Lotes máximos por proveedor

El número máximo de lotes por los que un proveedor puede ofertar como parte de este proceso de contratación.

integer
lotDetails.maximumLotsAwardedPerSupplier Lotes máximos por proveedor

El número máximo de lotes que pueden adjudicarse a un proveedor como parte de este proceso de contratación.

integer
lotDetails.awardCriteriaDetails Detalles de criterios de adjudicación

Cualquier información detallada o adicional sobre la adjudicación o los criterios de selección.

string
lotGroups Grupos de lote

Cuando el comprador se reserva el derecho de combinar lotes, o desea especificar el valor total para un grupo de lotes, se utiliza un grupo de lotes para capturar esta información.

array of LotGroup objects

Document

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

Field Title Description Type(s)
relatedLots Lote(s) relacionado(s)

The identifiers of the lots to which this document relates.

array of strings

Item

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

Field Title Description Type(s)
relatedLot Lote relacionado

The identifier of the lot to which this item relates.

string

Milestone

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

Field Title Description Type(s)
relatedLots Lote(s) relacionado(s)

The identifiers of the lots to which this milestone relates.

array of strings

Award

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

Field Title Description Type(s)
relatedLots Lote(s) relacionado(s)

The identifiers of the lots to which this award relates.

array of strings

Amendment

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

Field Title Description Type(s)
relatedLots Lote(s) relacionado(s)

The identifiers of the lots to which this amendment relates.

array of strings

RelatedProcess

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

Field Title Description Type(s)
relatedLots Lote(s) relacionado(s)

The identifiers of the lots in the related process to which this process relates.

array of strings

Lot

The extension defines a new Lot object with these fields:

Field Title Description Type(s)
id ID Lote

Un identificador local para este lote, tal como un número de lote. Esto se utiliza en las referencias relatedLots en el nivel de artículo, documento y adjudicación.

string
identifiers Identifiers

Identifiers for this lot. This field can be used to provide internal identifiers for the lot, such as identifiers from a buyer's document management system or procurement system.

array of SimpleIdentifier objects
title Título

Un título para este lote.

string
description Descripción

Una descripción de este lote.

string
status Estatus de lote

El estado actual del proceso relacionado a este lote.

string from closed tenderStatus codelist
value Valor del lote

El valor máximo estimado de este lote.

Value object
minValue Minimum value

The estimated minimum value of the lot. A negative value indicates that the contracting process may involve payments from the supplier to the buyer (commonly used in concession contracts).

Value object
tenderPeriod Tender period

The period when this lot is open for submissions. The end date is the closing date for bid submissions.

Period object
contractPeriod Período del contrato

El período sobre el cual se estima o especifica que el contrato estará activo. Si el lote no especifica fechas explícitas, se puede usar el campo duration.

Period object
buyer Buyer

The organization aiming to conclude a contract with a supplier or to use the goods, works or services in this lot. This may be different from the procuring entity who may be specified in the tender data.

OrganizationReference object
additionalClassifications Additional classifications

Additional classifications for this lot.

array of Classification objects
mainProcurementCategory Main procurement category

The primary category describing the main object of this lot, using the closed procurementCategory codelist.

string from closed procurementCategory codelist
additionalProcurementCategories Additional procurement categories

Any additional categories describing the objects of this lot, using the open extendedProcurementCategory codelist.

array of strings from open extendedProcurementCategory codelist
enquiryPeriod Enquiry period

The period during which potential bidders may submit questions and requests for clarification about this lot to the buyer or the procuring entity.

Period object
milestones Milestones

Milestones associated with this lot.

array of Milestone objects
submissionMethodDetails Submission method details

Information about the methods by which bids are submitted for this lot. This can include the address, e-mail address or online service to which bids are submitted, and any special requirements to be followed for submissions. More structured information can be provided using the submission terms extension.

string
submissionTerms Submission terms

Information about how, when and where tenderers need to submit their bids.

SubmissionTerms object

LotGroup

The extension defines a new LotGroup object with these fields:

Field Title Description Type(s)
id Identificador del grupo de lote

Un identificador local para este grupo de lotes.

string
identifiers Identifiers

Identifiers for this lot group. This field can be used to provide internal identifiers for the lot group, such as identifiers from a buyer's document management system or procurement system.

array of SimpleIdentifier objects
title Título

A title for this lot group.

string
description Descripción

A description of this lot group.

string
relatedLots Lote(s) relacionado(s)

Una lista de los identificadores de los lotes que forman este grupo. Los lotes pueden aparecer en más de un grupo.

array of strings
optionToCombine Opción de combinar

El comprador se reserva el derecho de combinar los lotes de este grupo al adjudicar un contrato.

boolean
maximumValue Valor máximo

El valor máximo estimado de los lotes de este grupo. Este puede ser inferior a la suma total de los valores de los lotes.

Value object

SimpleIdentifier

The extension defines a new SimpleIdentifier object with these fields:

Field Title Description Type(s)
scheme Scheme

The list, register or system from which the identifier is taken.

string
id ID

The identifier taken from the scheme.

string