Skip to content

Commit 36f32a2

Browse files
authored
Rename an instance of "item" on the array schema in glTF.GRIFFEL_bim_data.schema.json to "items" (#2378)
1 parent 44223fc commit 36f32a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/2.0/Vendor/GRIFFEL_bim_data/schema/glTF.GRIFFEL_bim_data.schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"properties": {
6262
"type": "array",
6363
"uniqueItems": true,
64-
"item": {
64+
"items": {
6565
"allOf": [ { "$ref": "glTFid.schema.json" } ],
6666
"description": "Index of a property in the root level collection."
6767
},

0 commit comments

Comments
 (0)