Skip to content

Commit

Permalink
aggregations is an object now
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Apr 15, 2019
1 parent 05f9ead commit 6289006
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/provider/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@
}
},
"aggregations": {
"type": "array",
"title": "list of aggregated group paths",
"items": {
"type": "string"
}
"type": "object",
"title": "key value of aggregation states",
"additionalProperties": true
},
"showTopN": {
"type": "integer",
Expand Down

0 comments on commit 6289006

Please sign in to comment.