From fcdbcf3e28b5f7a269f366bf6ab09b2478dd43a4 Mon Sep 17 00:00:00 2001 From: Marco Hutter Date: Mon, 20 May 2024 17:10:54 +0200 Subject: [PATCH] Change integer to glTFid --- .../2.0/Vendor/EXT_mesh_features/schema/featureId.schema.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/extensions/2.0/Vendor/EXT_mesh_features/schema/featureId.schema.json b/extensions/2.0/Vendor/EXT_mesh_features/schema/featureId.schema.json index c07de0b05d..ec30d1b8f7 100644 --- a/extensions/2.0/Vendor/EXT_mesh_features/schema/featureId.schema.json +++ b/extensions/2.0/Vendor/EXT_mesh_features/schema/featureId.schema.json @@ -34,8 +34,7 @@ "$ref": "featureIdTexture.schema.json" }, "propertyTable": { - "type": "integer", - "minimum": 0, + "allOf": [ { "$ref": "glTFid.schema.json" } ], "description": "The index of the property table containing per-feature property values. Only applicable when using the `EXT_structural_metadata` extension." }, "extensions": {},