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) |
---|---|---|---|
subcontractingTerms
|
Términos de subcontratación |
Información sobre los términos que rigen la subcontratación. |
SubcontractingTerms object |
Award
The extension defines these fields in the Award
object from OCDS:
Field | Title | Description | Type(s) |
---|---|---|---|
hasSubcontracting
|
Subcontratación involucrada |
Si se subcontratará una parte del contrato. |
boolean |
subcontracting
|
Subcontratación |
Información sobre las partes del contrato que el proveedor subcontratará a terceros. |
Subcontracting object |
Lot
The extension defines these fields in the Lot
object from the Lotes extension:
Field | Title | Description | Type(s) |
---|---|---|---|
subcontractingTerms
|
Términos de subcontratación |
Información sobre los términos que rigen la subcontratación. |
SubcontractingTerms object |
Bid
The extension defines these fields in the Bid
object from the Bids and expressions of interest extension:
Field | Title | Description | Type(s) |
---|---|---|---|
hasSubcontracting
|
Subcontratación involucrada |
Whether a part of the contract will be subcontracted to third parties. |
boolean |
subcontracting
|
Subcontratación |
Information about the parts of the contract that will be subcontracted to third parties. |
Subcontracting object |
SubcontractingTerms
The extension defines a new SubcontractingTerms
object with these fields:
Field | Title | Description | Type(s) |
---|---|---|---|
description
|
Descripción |
Una descripción de los términos que rigen la subcontratación. |
string |
competitiveMaximumPercentage
|
Porcentaje máximo del valor del contrato para una subcontratación competitiva |
The maximum percentage of the contract value that the buyer or procuring entity allows the supplier to subcontract to third parties through a competitive procedure, expressed as a decimal proportion between 0 and 1. |
number |
competitiveMinimumPercentage
|
Porcentaje mínimo del valor del contrato para una subcontratación competitiva |
The minimum percentage of the contract value that the buyer or procuring entity requires the supplier to subcontract to third parties through a competitive procedure, expressed as a decimal proportion between 0 and 1. |
number |
Subcontracting
The extension defines a new Subcontracting
object with these fields:
Field | Title | Description | Type(s) |
---|---|---|---|
description
|
Descripción |
The description of the part of the contract that will be subcontracted to third parties. |
string |
maximumPercentage
|
Porcentaje máximo del valor del contrato |
The maximum percentage of the contract value that will be subcontracted, expressed as a decimal proportion between 0 and 1. |
number |
minimumPercentage
|
Porcentaje mínimo del valor del contrato |
The minimum percentage of the contract value that will be subcontracted, expressed as a decimal proportion between 0 and 1. |
number |
competitiveMaximumPercentage
|
Porcentaje máximo del valor del contrato para una subcontratación competitiva |
The maximum percentage of the contract value that the buyer or procuring entity allows the supplier to subcontract to third parties through a competitive procedure, expressed as a decimal proportion between 0 and 1. |
number |
competitiveMinimumPercentage
|
Porcentaje mínimo del valor del contrato para una subcontratación competitiva |
The minimum percentage of the contract value that the buyer or procuring entity requires the supplier to subcontract to third parties through a competitive procedure, expressed as a decimal proportion between 0 and 1. |
number |
value
|
Valor subcontratado |
The estimated value of the part of the contract that will be subcontracted to third parties. |
Value object |
competitive
|
Subcontratación competitiva |
Si el proveedor subcontratará parte del contrato a terceros mediante un procedimiento competitivo. |
boolean |
subcontracts
|
Subcontracts |
Information about the subcontracts that will be established. |
array of Subcontract objects |
Subcontract
The extension defines a new Subcontract
object with these fields:
Field | Title | Description | Type(s) |
---|---|---|---|
id
|
Identificador |
The locally unique identifier for the subcontract. |
string |
subcontractor
|
Subcontratista |
The organization that performs part of the contract on behalf of the suppliers. |
OrganizationReference object |
mainContractors
|
Main contractors |
The organizations to which the subcontractor will be subcontracted, if they are a subset of the tenderers submitting the bid or the suppliers receiving the award. |
array of OrganizationReference objects |