Documentation

Adds an attributes array to the item object to list any extra attribute that an item may have, at the tender, award or contract stage. The attributes can be features like the item's model, brand, manufacturer, among others, including its value and an unique identifier for that attribute

Ejemplo

{
  "tender": {
    "items": [
      {
        "id": "10121503-001-1",
        "description": "Balanceado para Ganado Vacuno - Alta Producción en bolsas de 25 k",
        "quantity": 350,
        "attributes": [
          {
            "name": "Presentacion",
            "value": "BOLSA",
            "id": "1"
          }
        ]
      }
    ]
  }
}

Issues

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

Esta extensión se discutió originalmente en https://github.com/open-contracting/standard/issues/751