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

18 lines
361 B
JSON

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