snapshot_info.json
Copy Json
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Garment info object",
"type": "object",
"properties": {
"size": {
"type": "string"
},
"avatar_name": {
"type": "string"
},
"created_date": {
"type": "string"
},
"pose": {
"type": "string"
},
"animation": {
"type": "boolean"
},
"colorway_id": {
"type": "integer"
},
"name": {
"description": "The name of the snapshot as visible in the GUI",
"type": "string"
}
},
"required": ["size", "avatar_name", "pose", "created_date", "animation"]
}