Skip to content

Commit 0e301a7

Browse files
gmabey777arc
andauthored
added maxItems so that length of "coordinates" array is [2,3] (#336)
Co-authored-by: Marc Lichtman <[email protected]>
1 parent 63e9685 commit 0e301a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sigmf-schema.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
"coordinates": {
112112
"type": "array",
113113
"minItems": 2,
114+
"maxItems": 3,
114115
"items": {
115116
"type": "number"
116117
}
@@ -214,6 +215,7 @@
214215
"coordinates": {
215216
"type": "array",
216217
"minItems": 2,
218+
"maxItems": 3,
217219
"items": {
218220
"type": "number"
219221
}

0 commit comments

Comments
 (0)