mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 22:58:21 +00:00
12 lines
173 B
JSON
12 lines
173 B
JSON
{
|
|
"title": "Number Form",
|
|
"properties": {
|
|
"first": {
|
|
"type": "string",
|
|
"title": "First Name"
|
|
}
|
|
},
|
|
"required": [
|
|
"firstname"
|
|
]
|
|
} |