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" },