mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 17:38:13 +00:00
13 lines
194 B
JSON
13 lines
194 B
JSON
{
|
|
"title": "Test Form",
|
|
"description": "Test Form.",
|
|
"properties": {
|
|
"firstname": {
|
|
"type": "string",
|
|
"title": "First Name"
|
|
}
|
|
},
|
|
"required": [
|
|
"firstname"
|
|
]
|
|
} |