Add extensions.VRM.specVersion to the json schema

This commit is contained in:
Isamu Mogi
2019-02-17 18:59:06 +09:00
parent 1b36bee647
commit 0fe641de02

View File

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