Commit 418d917
Allow global.properties.core:sample_rate to be any number greater than 0 (#350)
* fix(sigmf-schema.json): allow global.properties.core:sample_rate to be any number greater than 0
See #339 for discussion. There are cases where the sample rate of a system is less than 1 second. This change makes use of the JSON schema exclusiveMinimum keyword on ranges.
* increment to v1.2.6
---------
Co-authored-by: Nicholas Bruce <[email protected]>
Co-authored-by: Teque5 <[email protected]>1 parent 12a32ee commit 418d917
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments