sample-process-models/misc/service-tests/aws-test/schema.json

17 lines
235 B
JSON

{
"BirthDate": {
"ui:widget": "alt-date",
"ui:options": {
"yearsRange": [
1980,
2030
]
}
},
"Details": {
"ui:widget": "textarea",
"ui:options": {
"rows": 5
}
}
}