56 lines
1.1 KiB
JSON
56 lines
1.1 KiB
JSON
{
|
|
"type": "VerticalLayout",
|
|
"elements": [
|
|
{
|
|
"type": "HorizontalLayout",
|
|
"elements": [
|
|
{
|
|
"type": "Control",
|
|
"scope": "#/properties/name"
|
|
},
|
|
{
|
|
"type": "Control",
|
|
"scope": "#/properties/personalData/properties/age"
|
|
},
|
|
{
|
|
"type": "Control",
|
|
"scope": "#/properties/birthDate"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "Label",
|
|
"text": "Additional Information"
|
|
},
|
|
{
|
|
"type": "HorizontalLayout",
|
|
"elements": [
|
|
{
|
|
"type": "Control",
|
|
"scope": "#/properties/personalData/properties/height"
|
|
},
|
|
{
|
|
"type": "Control",
|
|
"scope": "#/properties/nationality"
|
|
},
|
|
{
|
|
"type": "Control",
|
|
"scope": "#/properties/occupation",
|
|
"options": {
|
|
"suggestion": [
|
|
"Accountant",
|
|
"Engineer",
|
|
"Freelancer",
|
|
"Journalism",
|
|
"Physician",
|
|
"Student",
|
|
"Teacher",
|
|
"Other"
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|