smart_template_category.json
Copy Json
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"name": {
"type": "string",
"minLength": 1
},
"image_path": {
"type": "string"
},
"allow_no_selection": {
"type": "boolean"
}
},
"required": [
"name"
]
}