Skip to content

Commit

Permalink
fix case for mlm:input empty [] against bands check
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Sep 21, 2024
1 parent 5b1ecf4 commit 7e936c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions json-schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,9 @@
"properties": {
"mlm:input": {
"type": "array",
"minItems": 1,
"items": {
"type": "object",
"required": [
"bands"
],
Expand Down

0 comments on commit 7e936c8

Please sign in to comment.