Skip to content

Commit 83fff32

Browse files
committed
Allow raster bands in Collection's item assets
1 parent 08c5b99 commit 83fff32

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

json-schema/schema.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@
4747
"additionalProperties": {
4848
"$ref": "#/definitions/assetfields"
4949
}
50+
},
51+
"item_assets": {
52+
"type": "object",
53+
"additionalProperties": {
54+
"$ref": "#/definitions/assetfields"
55+
}
5056
}
5157
}
5258
}
@@ -213,4 +219,4 @@
213219
}
214220
}
215221
}
216-
}
222+
}

0 commit comments

Comments
 (0)