Adds fields, definitions and codelists from the draft version of OCDS 1.2 for use in OCDS for eForms.
Only use this extension with the OCDS for eForms profile.
In the European Union, this extension's fields correspond to the following eForms business terms:
- BT-660 (Framework Re-estimated Value)
- BT-709 (Framework Maximum Value)
- BT-150 (Contract identifier)
- BT-708 (Documents Official Language)
- BT-22 (Internal Identifier)
For correspondences to eForms fields, see OCDS for eForms.
{
"parties": [
{
"id": "1",
"roles": [
"wholesaleBuyer"
]
}
],
"tender": {
"identifiers": [
{
"id": "PROC/2020/0024-ABC-FGHI",
"scheme": "internal"
}
],
"documents": [
{
"id": "1",
"languages": [
"en"
]
}
]
},
"awards": [
{
"id": "1",
"estimatedValue": {
"amount": 4500,
"currency": "EUR"
},
"maximumValue": {
"amount": 5000,
"currency": "EUR"
}
}
],
"contracts": [
{
"id": "1",
"awardID": "1",
"identifiers": [
{
"id": "CRN ABC:EFG/2020-01",
"scheme": "NL-TENDERNED"
}
]
}
]
}
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.