From d8d891e4ea11b3962f76e83f47c2c8f0a69b70da Mon Sep 17 00:00:00 2001 From: Garrett Johnson Date: Sat, 26 Jul 2025 08:38:00 +0900 Subject: [PATCH 1/2] Add support for "generator" and "generatorVersion" --- specification/schema/asset.schema.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/specification/schema/asset.schema.json b/specification/schema/asset.schema.json index 4d29fd0dd..451c15039 100644 --- a/specification/schema/asset.schema.json +++ b/specification/schema/asset.schema.json @@ -5,6 +5,14 @@ "$ref": "./common/rootProperty.schema.json", "description": "Metadata about the entire tileset.", "properties": { + "generator": { + "type": "string", + "description": "Tool that generated this 3D Tiles model. Useful for debugging." + }, + "generatorVersion": { + "type": "string", + "description": "The version of the tool that generated this 3D Tiles model. Useful for debugging." + }, "version": { "type": "string", "description": "The 3D Tiles version. The version defines the JSON schema for the tileset JSON and the base set of tile formats." From 7ce9ecb133096a4b6716514ed02b5bf9cf338448 Mon Sep 17 00:00:00 2001 From: Garrett Johnson Date: Tue, 29 Jul 2025 08:53:27 +0900 Subject: [PATCH 2/2] Update asset.schema.json --- specification/schema/asset.schema.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/specification/schema/asset.schema.json b/specification/schema/asset.schema.json index 451c15039..9cf6b5fe0 100644 --- a/specification/schema/asset.schema.json +++ b/specification/schema/asset.schema.json @@ -7,11 +7,7 @@ "properties": { "generator": { "type": "string", - "description": "Tool that generated this 3D Tiles model. Useful for debugging." - }, - "generatorVersion": { - "type": "string", - "description": "The version of the tool that generated this 3D Tiles model. Useful for debugging." + "description": "The name and version number of the tool that generated this 3D Tiles model. Useful for debugging." }, "version": { "type": "string",