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 f64c937
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions json-schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,10 @@
"properties": {
"mlm:input": {
"type": "array",
"$comment": "Below 'minItems' ensures that band check does not fail for explicitly empty 'mlm:inputs'.",
"minItems": 1,
"items": {
"type": "object",
"required": [
"bands"
],
Expand Down

0 comments on commit f64c937

Please sign in to comment.