Demo example
{
"schema": {
"type": "object",
"properties": {
"name": {
"type": "string", "title": "Username", "minLength": 3
}
}
},
"layout": {
"type": "div",
"items": [ { "key": "name" } ]
}
}Last updated
Was this helpful?