mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-11 04:54:17 -05:00
12 lines
247 B
JSON
12 lines
247 B
JSON
{
|
|
"title": "vrm.blendshape",
|
|
"type": "object",
|
|
"properties": {
|
|
"blendShapeGroups": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "vrm.blendshape.group.schema.json"
|
|
}
|
|
}
|
|
}
|
|
} |