Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/schema.default.json
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@
}
},
"temporal": {
"description": "Configuration for `clustering.temporal` settings.",
"description": "Configuration for `clustering.temporal` settings. Follows the convention of {n}{unit}, e.g. 3H to aggregate over 3 hours time periods. `SEG` can be used to create n segments of varying time periods based on network similarities during those time periods.",
"properties": {
"resolution_elec": {
"anyOf": [
Expand Down
Loading