@appscode/ui-builder
Version:
## Motivation
76 lines • 1.63 kB
JSON
{
"type": "single-step-form",
"schema": {
"$ref": "schema#/"
},
"elements": [
{
"type": "single-step-form",
"schema": {
"$ref": "schema#/properties/requests"
},
"elements": [
{
"label": {
"text": "labels.request",
"hasLine": true,
"isSubsection": true
},
"type": "label-element"
},
{
"label": {
"text": "labels.cpu"
},
"type": "input",
"schema": {
"$ref": "schema#/properties/requests/properties/cpu"
}
},
{
"label": {
"text": "labels.memory"
},
"type": "input",
"schema": {
"$ref": "schema#/properties/requests/properties/memory"
}
}
]
},
{
"type": "single-step-form",
"schema": {
"$ref": "schema#/properties/limits"
},
"elements": [
{
"label": {
"text": "labels.limit",
"hasLine": true,
"isSubsection": true
},
"type": "label-element"
},
{
"label": {
"text": "labels.cpu"
},
"type": "input",
"schema": {
"$ref": "schema#/properties/limits/properties/cpu"
}
},
{
"label": {
"text": "labels.memory"
},
"type": "input",
"schema": {
"$ref": "schema#/properties/limits/properties/memory"
}
}
]
}
]
}