@appscode/ui-builder
Version:
## Motivation
44 lines • 736 B
JSON
{
"type": "single-step-form",
"schema": {
"$ref": "schema#/"
},
"elements": [
{
"label": {
"text": "labels.level"
},
"type": "input",
"schema": {
"$ref": "schema#/properties/level"
}
},
{
"label": {
"text": "labels.role"
},
"type": "input",
"schema": {
"$ref": "schema#/properties/role"
}
},
{
"label": {
"text": "labels.type"
},
"type": "input",
"schema": {
"$ref": "schema#/properties/type"
}
},
{
"label": {
"text": "labels.user"
},
"type": "input",
"schema": {
"$ref": "schema#/properties/user"
}
}
]
}