Skip to content

Commit

Permalink
Merge pull request #5 from bbc/philipn-negative-flow-timeranges
Browse files Browse the repository at this point in the history
Allow negative flow timeranges
  • Loading branch information
philipnbbc authored Oct 10, 2023
2 parents bbb8442 + d1839ab commit fd70174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/schemas/flow-core.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"timerange": {
"description": "The time range of samples available in the flow.",
"type": "string",
"pattern": "^(\\[|\\()?(\\d+:\\d+)?(_(\\d+:\\d+)?)?(\\]|\\))?$"
"pattern": "^(\\[|\\()?(-?\\d+:\\d+)?(_(-?\\d+:\\d+)?)?(\\]|\\))?$"
}
}
}

0 comments on commit fd70174

Please sign in to comment.