-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextension.json
31 lines (31 loc) · 997 Bytes
/
extension.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": {
"en": "ESPD Requirements"
},
"description": {
"en": "Adopts requirement extension on the basis of European Single Procurement Document Exclusion Ground and Selection Criteria sections to the tender object and responses sections to bids, awards and contracts. Based on the EU's Core Criterion and Core Evidence Vocabulary (CCCEV), European Single Procurement Document Selection Criteria."
},
"documentationUrl": {
"en": "https://github.com/EBRD-Open-Government-Lab-Kyiv/espd_requirements"
},
"compatibility": [
"1.1"
],
"codelists": [
"criteriaList.csv",
"dataType.csv",
"relatesTo.csv",
"requirementGroups.csv"
"responseSource.csv"
],
"schemas": [
"release-schema.json"
],
"testDependencies": [
"https://raw.githubusercontent.com/open-contracting-extensions/ocds_requirements_extension/master/extension.json"
],
"contactPoint": {
"name": "Borys Chernyshov",
"email": "[email protected]"
}
}