Schema
You can download the release-schema.json
file in English.
Guarantee
The extension defines a new Guarantee
object with these fields:
Field | Title | Description | Type(s) |
---|---|---|---|
id
|
ID de garantía |
Un identificador local para esta garantía, único dentro de este bloque. |
string or integer |
type
|
Tipo de garantía |
Especifique el tipo de garantía para este contrato usando la lista de códigos [guaranteeType] (https://github.com/contratacionesabiertas/ocds_guarantees_extension/blob/master/codelists/guaranteeType.csv) |
string from open guaranteeType codelist |
date
|
Fecha de garantía |
La fecha de la garantía. Esta es la fecha en la que se emite la garantía. |
string |
obligations
|
Obligaciones garantizadas |
Especifique el tipo de obligaciones que están garantizadas, utilizando la lista de códigos obligationType. |
string from open guaranteedObligations codelist |
value
|
Valor de la garantía |
Importe total de la garantía. |
Value object |
guarantor
|
Garante |
Institución que emite la garantía. |
OrganizationReference object |
period
|
Período de garantía |
El período en el que esta cotización es válida. |
Period object |
Contract
The extension defines these fields in the Contract
object from OCDS:
Field | Title | Description | Type(s) |
---|---|---|---|
guarantees
|
Garantías |
Una lista de las garantías otorgadas para este contrato. |
array of Guarantee objects |