Skip to content

Commit 0bb52e1

Browse files
committed
event ranges
1 parent 2b10d75 commit 0bb52e1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ods_tools/data/analysis_settings_schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,11 @@
324324
"title": "User set event ids",
325325
"description": "List of event ids as integers '[1, 5, 123 .. etc]'"
326326
},
327+
"event_ranges": {
328+
"type": "string",
329+
"title": "User set event id ranges",
330+
"description": "Comma separated ist of event id ranges using hyphens as string '1-4,8,89-94 .. etc'"
331+
},
327332
"peril_filter": {
328333
"type": "array",
329334
"minItems": 1,

0 commit comments

Comments
 (0)