demo-process-models/playground/dinithi/test-user-task/myTestForm2-schema.json

12 lines
157 B
JSON

{
"title": "Test Form 2",
"properties": {
"age": {
"type": "number",
"title": "Age"
}
},
"required": [
"age"
]
}