Skip to content

Commit

Permalink
added maxItems so that length of "coordinates" array is [2,3] (#336)
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Lichtman <[email protected]>
  • Loading branch information
gmabey and 777arc authored Feb 4, 2025
1 parent 63e9685 commit 0e301a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sigmf-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
"coordinates": {
"type": "array",
"minItems": 2,
"maxItems": 3,
"items": {
"type": "number"
}
Expand Down Expand Up @@ -214,6 +215,7 @@
"coordinates": {
"type": "array",
"minItems": 2,
"maxItems": 3,
"items": {
"type": "number"
}
Expand Down

0 comments on commit 0e301a7

Please sign in to comment.