Documentation
Adds a field to the amendment object to classify its rationale.
Legal context
In the European Union, this extension's fields correspond to eForms BT-140 (Change Reason Code) and BT-200 (Modification Reason Code). For correspondences to eForms fields, see OCDS for eForms.
Example
{
"tender": {
"id": "1",
"amendments": [
{
"rationaleClassifications": [
{
"id": "update-add",
"description": "Information updated",
"scheme": "eu-change-corrig-justification"
}
]
}
]
}
}
Issues
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.