Skip to content

Commit

Permalink
event ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
benhayes21 committed Jun 18, 2024
1 parent 2b10d75 commit 0bb52e1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ods_tools/data/analysis_settings_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,11 @@
"title": "User set event ids",
"description": "List of event ids as integers '[1, 5, 123 .. etc]'"
},
"event_ranges": {
"type": "string",
"title": "User set event id ranges",
"description": "Comma separated ist of event id ranges using hyphens as string '1-4,8,89-94 .. etc'"
},
"peril_filter": {
"type": "array",
"minItems": 1,
Expand Down

0 comments on commit 0bb52e1

Please sign in to comment.