Skip to content

Commit

Permalink
Rename an instance of "item" on the array schema in glTF.GRIFFEL_bim_…
Browse files Browse the repository at this point in the history
…data.schema.json to "items" (#2378)
  • Loading branch information
teddemunnik authored Apr 3, 2024
1 parent 44223fc commit 36f32a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"properties": {
"type": "array",
"uniqueItems": true,
"item": {
"items": {
"allOf": [ { "$ref": "glTFid.schema.json" } ],
"description": "Index of a property in the root level collection."
},
Expand Down

0 comments on commit 36f32a2

Please sign in to comment.