UniVRM/specification/0.0/schema/vrm.blendshape.schema.json
2019-06-04 19:08:47 +09:00

13 lines
296 B
JSON

{
"title": "vrm.blendshape",
"description": "BlendShapeAvatar of UniVRM",
"type": "object",
"properties": {
"blendShapeGroups": {
"type": "array",
"items": {
"$ref": "vrm.blendshape.group.schema.json"
}
}
}
}