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

12 lines
225 B
JSON

{
"title": "vrm.firstperson.meshannotation",
"type": "object",
"properties": {
"mesh": {
"type": "integer"
},
"firstPersonFlag": {
"type": "string"
}
}
}