UniVRM/specification/0.0/schema/vrm.secondaryanimation.schema.json
2018-08-26 13:30:23 +09:00

18 lines
438 B
JSON

{
"title": "vrm.secondaryanimation",
"type": "object",
"properties": {
"boneGroups": {
"type": "array",
"items": {
"$ref": "vrm.secondaryanimation.spring.schema.json"
}
},
"colliderGroups": {
"type": "array",
"items": {
"$ref": "vrm.secondaryanimation.collidergroup.schema.json"
}
}
}
}