Skip to main content

avatar_pose_properties_v1_0.json

avatar_pose_properties.json Copy Json { "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "nam...

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"
    }
  }
}

Did this answer your question?