-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathextension.json
32 lines (32 loc) · 923 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
32
{
"name": {
"en": "OCDS for PPPs Extension"
},
"description": {
"en": "Makes changes required by the OCDS for PPPs profile. Evaluation indicators, finance summary and project details may be moved into new extensions."
},
"documentationUrl": {
"en": "https://extensions.open-contracting.org/en/extensions/ppp/"
},
"compatibility": [
"1.1"
],
"codelists": [
"+milestoneType.csv",
"+partyRole.csv",
"+documentType.csv",
"metricID.csv",
"milestoneCode.csv"
],
"schemas": [
"release-schema.json"
],
"testDependencies": [
"https://raw.githubusercontent.com/open-contracting-extensions/ocds_metrics_extension/1.1/extension.json",
"https://raw.githubusercontent.com/open-contracting-extensions/ocds_location_extension/master/extension.json"
],
"contactPoint": {
"name": "Open Contracting Partnership",
"email": "[email protected]"
}
}