Skip to content

Commit 270709a

Browse files
authored
Don't error when bands is used only in collections at the top-level (#38)
1 parent c0467a2 commit 270709a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

json-schema/schema.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,9 @@
149149
}
150150
],
151151
"anyOf": [
152+
{
153+
"$ref": "#/definitions/require_in_bands"
154+
},
152155
{
153156
"$ref": "#/definitions/require_assets"
154157
},

0 commit comments

Comments
 (0)