This is a feature request, it would be great if we can apply validation from json files like this:
{
"name": "question",
"columns": {
"title": {
"not_blank": true,
"min": "5",
"max": "50"
},
"text": {
"not_blank": true,
"min": "5",
"max": "5000"
}
}
}
This is a feature request, it would be great if we can apply validation from json files like this:
{ "name": "question", "columns": { "title": { "not_blank": true, "min": "5", "max": "50" }, "text": { "not_blank": true, "min": "5", "max": "5000" } } }