Documentation
Adds a suitability object to the tender, lot and lot group objects to describe their suitability to different types of tenderers.
Guidance
If you are using the Lots extension, follow its guidance on whether to use tender.lots
fields or tender
fields.
Legal context
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.
Examples
Tender
{
"tender": {
"id": "1",
"suitability": {
"sme": true
}
}
}
Lot
{
"tender": {
"id": "1",
"lots": [
{
"id": "1",
"suitability": {
"sme": true
}
}
]
}
}
Lot group
{
"tender": {
"id": "1",
"lotGroups": [
{
"id": "1",
"suitability": {
"sme": true
}
}
]
}
}
Issues
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.