-
Notifications
You must be signed in to change notification settings - Fork 0
/
extension.json
32 lines (32 loc) · 1.04 KB
/
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
32
{
"name": {
"en": "Price-Quality Matrix For Evaluation Methodology"
},
"description": {
"en": "Adopts requirement extension on the basis of EBRD UNCITRAL Price-Quality Matrix for Open/Restricted Tender to the tender object and responses sections to bids, awards and contracts. Based on the EU's Core Criterion and Core Evidence Vocabulary (CCCEV), EBRD UNCITRAL Price-Quality Matrix for Open/Restricted Tender."
},
"documentationUrl": {
"en": "https://github.com/EBRD-Open-Government-Lab-Kyiv/price_quality_matrix_for_evaluation_methodology"
},
"compatibility": [
"1.1"
],
"codelists": [
"criteriaList.csv",
"dataType.csv",
"relatesTo.csv",
"requirementGroups.csv",
"requirementsList.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]"
}
}