Skip to content

Commit

Permalink
changed summary
Browse files Browse the repository at this point in the history
  • Loading branch information
TonioF committed Jul 11, 2024
1 parent 9b5c285 commit 8517e37
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions example/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,14 @@
}
],
"summaries": {
"day_of_year": {
"minimum": 1,
"maximum": 366
"custom_property": {
"minimum": 10,
"maximum": 100,
"range": [10, 100],
"mean": 55,
"stddev": 20,
"sum": 1000,
"count": 20
}
}
}

0 comments on commit 8517e37

Please sign in to comment.