-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathextension.json
More file actions
24 lines (24 loc) · 793 Bytes
/
extension.json
File metadata and controls
24 lines (24 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": {
"en": "Budget and spending classification"
},
"description": {
"en": "Extends budget breakdown and contract implementation to allow publication of detailed budget allocations and execution for a contracting process, using classifications that can be mapped to separately published budget and spend data."
},
"documentationUrl": {
"en": "https://extensions.open-contracting.org/en/extensions/budget_and_spend/"
},
"compatibility": [
"1.1"
],
"schemas": [
"release-schema.json"
],
"testDependencies": [
"https://raw.githubusercontent.com/open-contracting-extensions/ocds_budget_breakdown_extension/master/extension.json"
],
"contactPoint": {
"name": "Open Contracting Partnership",
"email": "data@open-contracting.org"
}
}