Merge pull request #197 from saturday06/specversion-schema

Add extensions.VRM.specVersion to the json schema
This commit is contained in:
hiroj
2019-03-13 20:01:16 +09:00
committed by GitHub

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