From 710e1a305a8b47f878230cdaf7c28666508ca681 Mon Sep 17 00:00:00 2001 From: Marco Hutter Date: Mon, 1 Apr 2024 00:42:21 +0200 Subject: [PATCH] Fix GRIFFEL_bim_data extension schema --- .../Vendor/GRIFFEL_bim_data/schema/GRIFFEL_bim_data.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/2.0/Vendor/GRIFFEL_bim_data/schema/GRIFFEL_bim_data.schema.json b/extensions/2.0/Vendor/GRIFFEL_bim_data/schema/GRIFFEL_bim_data.schema.json index eac61a29df..5ca8c79106 100644 --- a/extensions/2.0/Vendor/GRIFFEL_bim_data/schema/GRIFFEL_bim_data.schema.json +++ b/extensions/2.0/Vendor/GRIFFEL_bim_data/schema/GRIFFEL_bim_data.schema.json @@ -17,7 +17,7 @@ "properties": { "type": "array", "uniqueItems": true, - "item": { + "items": { "allOf": [ { "$ref": "glTFid.schema.json" } ], "description": "Index of a property in the root level collection." },