UniVRM/specification/0.0/schema/vrm.blendshape.materialbind.schema.json
2018-08-22 14:24:33 +09:00

18 lines
364 B
JSON

{
"title": "vrm.blendshape.materialbind",
"type": "object",
"properties": {
"materialName": {
"type": "string"
},
"propertyName": {
"type": "string"
},
"targetValue": {
"type": "array",
"items": {
"type": "number"
}
}
}
}