garment_settings.json
Copy Json
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Garment Settings",
"type": "object",
"properties": {
"include_avatars_accessories": {
"type": "boolean"
}
}
}garment_settings.json Copy Json { "$schema": "http://json-schema.org/draft-04/schema#", "description": "Garment Settings", "type": "ob...
Copy Json
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Garment Settings",
"type": "object",
"properties": {
"include_avatars_accessories": {
"type": "boolean"
}
}
}