Skip to content

Commit 77c160d

Browse files
Merge pull request #16 from kylebarron/kyle/collection-item-assets
Allow raster bands in Collection's item assets
2 parents 14a1b63 + 83fff32 commit 77c160d

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
}
@@ -225,4 +231,4 @@
225231
}
226232
}
227233
}
228-
}
234+
}

0 commit comments

Comments
 (0)