Documentation
Adds an array of classification objects to the tender object, in order to categorize the procedure or call-off as a whole.
The items to be procured are expected to have more specific classifications than the procedure as a whole.
Legal context
In the European Union, this extension's fields correspond to eForms BG-261 (Classification). For correspondences to Tenders Electronic Daily (TED), see OCDS for the European Union.
Example
{
"tender": {
"classification": {
"description": "Advertising management services",
"id": "79341200-8",
"scheme": "CPV"
},
"additionalClassifications": [
{
"description": "Advertising campaign services",
"id": "79341400-0",
"scheme": "CPV"
},
{
"description": "Customer services",
"id": "79342300-6",
"scheme": "CPV"
}
]
}
}
Issues
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
Changelog
2021-01-19
- Add "or call-off" in the description of the extension.
2020-04-24
- Add
minProperties
,minItems
and/orminLength
properties.
This extension was originally discussed as part of the OCDS for EU profile and in pull requests.