Skip to main content

snapshot_info_v1_0.json

snapshot_info.json Copy Json { "$schema": "http://json-schema.org/draft-04/schema#", "description": "Garment info object", "type": "ob...

Updated over 3 weeks ago

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"
		}
	},
	"required": ["size", "avatar_name", "pose", "created_date", "animation"]
}
Did this answer your question?