avatar_pose_properties.json
Copy 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"
}
}
}