UniVRM/specification/0.0/schema/vrm.blendshape.schema.json
2019-01-09 16:16:16 +09:00

12 lines
247 B
JSON

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