avatar_pose_properties_v1_0.json
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"name": {
"type": "string"
},
"custom": {
"description": "Indicate whether the pose is custom (A custom pose is a pose that was created in VS or Lotta and didn't came from the avatar)",
"type": "boolean"
},
"thumb": {
"type": "string"
}
}
}