forked from ProjectPODER/ocds_compranet_extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextension.json
27 lines (27 loc) · 883 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
{
"name": {
"en": "ocds_compranet_extension"
},
"description": {
"en": "Extension for values in COMPRANET (Mexico) as yet unavailable in OCDS."
},
"documentationUrl": {
"en": "https://github.com/ProjectPODER/ocds_compranet_extension/"
},
"schemas": [
"release-schema.json"
],
"codelists": [
"status-mx-cnet.csv",
"gov-level.csv"
],
"compatibility": [
"1.1"
],
"dependencies": [
"https://raw.githubusercontent.com/open-contracting/ocds_budget_breakdown_extension/master/extension.json",
"https://raw.githubusercontent.com/open-contracting/ocds_multiple_buyers_extension/master/extension.json",
"https://raw.githubusercontent.com/open-contracting/ocds_partyDetails_scale_extension/master/extension.json",
"https://raw.githubusercontent.com/open-contracting/ocds_process_title_extension/v1.1.1/extension.json"
]
}