mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 20:18:16 +00:00
12 lines
157 B
JSON
12 lines
157 B
JSON
{
|
|
"title": "Test Form 2",
|
|
"properties": {
|
|
"age": {
|
|
"type": "number",
|
|
"title": "Age"
|
|
}
|
|
},
|
|
"required": [
|
|
"age"
|
|
]
|
|
} |