mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-11 13:04:17 -05:00
32 lines
903 B
JSON
32 lines
903 B
JSON
{
|
|
"title": "vrm",
|
|
"description": "VRM extension is for 3d humanoid avatars (and models) in VR applications.",
|
|
"type": "object",
|
|
"properties": {
|
|
"exporterVersion": {
|
|
"description": "Version of exporter that vrm created. UniVRM-0.46",
|
|
"type": "string"
|
|
},
|
|
"meta": {
|
|
"$ref": "vrm.meta.schema.json"
|
|
},
|
|
"humanoid": {
|
|
"$ref": "vrm.humanoid.schema.json"
|
|
},
|
|
"firstPerson": {
|
|
"$ref": "vrm.firstperson.schema.json"
|
|
},
|
|
"blendShapeMaster": {
|
|
"$ref": "vrm.blendshape.schema.json"
|
|
},
|
|
"secondaryAnimation": {
|
|
"$ref": "vrm.secondaryanimation.schema.json"
|
|
},
|
|
"materialProperties": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "vrm.material.schema.json"
|
|
}
|
|
}
|
|
}
|
|
} |