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) | 
|---|---|---|---|
| 
                hasRenewal
               | Tiene renovación | Whether the buyer is expected to reserve the right to renew the future contract(s). | boolean | 
| 
                renewal
               | Renovación | The options for the renewal of the contract(s). | Renewal object | 
Award
        The extension defines these fields in the Award object from OCDS:
      
| Field | Title | Description | Type(s) | 
|---|---|---|---|
| 
                hasRenewal
               | Tiene renovación | Whether the buyer is expected to reserve the right to renew the future contract(s). | boolean | 
| 
                renewal
               | Renovación | The options for the renewal of the contract(s). | Renewal object | 
Contract
        The extension defines these fields in the Contract object from OCDS:
      
| Field | Title | Description | Type(s) | 
|---|---|---|---|
| 
                hasRenewal
               | Tiene renovación | Whether the buyer reserves the right to renew the contract. | boolean | 
| 
                renewal
               | Renovación | The options for the renewal of the contract. | Renewal object | 
Lot
        The extension defines these fields in the Lot object from the Lotes extension:
      
| Field | Title | Description | Type(s) | 
|---|---|---|---|
| 
                hasRenewal
               | Tiene renovación | Whether the buyer is expected to reserve the right to renew the future contract(s) related to the lot. | boolean | 
| 
                renewal
               | Renovación | The options for the renewal of the contract(s) related to the lot. | Renewal object | 
Renewal
        The extension defines a new Renewal object with these fields:
      
| Field | Title | Description | Type(s) | 
|---|---|---|---|
| 
                description
               | Descripción | Una descripción de las opciones para la renovación del contrato. | string | 
| 
                minimumRenewals
               | Renovación mínima | El número mínimo de renovaciones. | number | 
| 
                maximumRenewals
               | Renovación máxima | El número máximo de renovaciones. Si no hay un máximo, establecer a 1e9999 (que analiza hasta infinito). | number | 
| 
                period
               | Periodo de renovación | El período durante el cual se puede renovar el contrato. | Period object |