Documentation
Adds an object to the tender object to describe a design contest.
Legal context
In the European Union, this extension's fields correspond to eForms BG-704 (Reward and Jury) and Title III, Chapter II of Directive 2014/24/EU. See OCDS for the European Union for the correspondences to Tenders Electronic Daily (TED).
Examples
{
"tender": {
"designContest": {
"selectedParticipants": [
{
"id": "1",
"name": "Brigitte Hermon"
},
{
"id": "2",
"name": "Paolo Travino"
}
],
"hasPrizes": true,
"prizes": {
"description": "The winner(s), as well as each unsuccessful competitor who has provided services which meet the program, will receive, subject to the decision of the contracting authority, a prize of EUR 16,500.00 (VAT free)."
},
"rewardsDetails": "The payment is made by administrative mandate within 30 days in accordance with the regulations in force.",
"followUpContracts": true,
"bindingJuryDecision": true,
"juryMembers": [
{
"name": "Karla Schaffer"
},
{
"name": "Bulat Kazinsky"
},
{
"name": "Alexandra Martinez"
},
{
"name": "Scott MacDougall"
}
]
}
}
}
Issues
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
Changelog
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.