Skip to content

Commit

Permalink
Update dam.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wk0206 authored Nov 1, 2017
1 parent 53c4125 commit 5875f00
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions tasks/dam.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,20 @@
"time_series": {
"configurations": {
"aggregate": {
"conditions": {
"Facts": {
"dimension": "datetime",
"numberRestriction": "3+",
"formatRestriction": "",
"description": "at least one dimension of type \"datetime\" with three or more different values available"
},
"Aggregates": {
"dimension": "datetime",
"numberRestriction": "",
"formatRestriction": "drilldown",
"description":"at least one time dimension as drilldown"
}
},
"inputs": {
"json_data": {
"name": "json_data",
Expand Down Expand Up @@ -268,21 +282,7 @@
"endpoint": "http://apps.openbudgets.eu/ocpu/library/TimeSeries.OBeu/R/open_spending.ts/print",
"name": "aggregate",
"title": "Timeseries of aggregated fiscal data"
},
"conditions": {
"Facts": {
"dimension": "datetime",
"numberRestriction": "3+",
"formatRestriction": "",
"description": "at least one dimension of type \"datetime\" with three or more different values available"
},
"Aggregates": {
"dimension": "datetime",
"numberRestriction": "",
"formatRestriction": "drilldown",
"description":"at least one time dimension as drilldown"
}
}
}
},
"name": "time_series",
"title": "Time Series",
Expand Down

0 comments on commit 5875f00

Please sign in to comment.