From 0fe641de027e1c5e242fa919e7b87d6206ad84a8 Mon Sep 17 00:00:00 2001 From: Isamu Mogi Date: Sun, 17 Feb 2019 18:59:06 +0900 Subject: [PATCH] Add extensions.VRM.specVersion to the json schema --- specification/0.0/schema/vrm.schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/specification/0.0/schema/vrm.schema.json b/specification/0.0/schema/vrm.schema.json index b53185634..de4769123 100644 --- a/specification/0.0/schema/vrm.schema.json +++ b/specification/0.0/schema/vrm.schema.json @@ -7,6 +7,10 @@ "description": "Version of exporter that vrm created. UniVRM-0.46", "type": "string" }, + "specVersion": { + "description": "Version of VRM specification. 0.0", + "type": "string" + }, "meta": { "$ref": "vrm.meta.schema.json" },