garment_info.json
Copy Json
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Garment info object",
"type": "object",
"properties": {
"caption": {
"type": "string"
},
"value": {
"type": "string"
},
"read_only": {
"type": "boolean"
},
"show_in_techpack_html": {
"type": "boolean"
}
},
"required": ["value"]
}