-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextension.json
29 lines (29 loc) · 778 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
{
"name": {
"en": "Requirements"
},
"description": {
"en": "Adds a criteria section to the tender object and responses sections to bids, awards and contracts. Based on the EU's Core Criterion and Core Evidence Vocabulary (CCCEV)."
},
"documentationUrl": {
"en": "https://extensions.open-contracting.org/en/extensions/requirements/"
},
"compatibility": [
"1.1"
],
"codelists": [
"dataType.csv",
"relatesTo.csv",
"responseSource.csv"
],
"schemas": [
"release-schema.json"
],
"testDependencies": [
"https://raw.githubusercontent.com/open-contracting-extensions/ocds_bid_extension/master/extension.json"
],
"contactPoint": {
"name": "Open Contracting Partnership",
"email": "[email protected]"
}
}