Documentation

Adds a suitability object to the tender, lot and lot group objects to describe their suitability to different types of tenderers.

Guía

If you are using the Lots extension, follow its guidance on whether to use tender.lots fields or tender fields.

In the European Union, this extension's fields correspond to eForms BT-726 (Suitable For SMEs). For correspondences to eForms fields, see OCDS for eForms.

Ejemplos

Tender

{
  "tender": {
    "id": "1",
    "suitability": {
      "sme": true
    }
  }
}

Lot

{
  "tender": {
    "id": "1",
    "lots": [
      {
        "id": "1",
        "suitability": {
          "sme": true
        }
      }
    ]
  }
}

Grupo del lote

{
  "tender": {
    "id": "1",
    "lotGroups": [
      {
        "id": "1",
        "suitability": {
          "sme": true
        }
      }
    ]
  }
}

Issues

Reporte issues para esta extensión en el repositorio de extensiones ocds, poniendo el nombre de la extensión en el título del issue.