mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 16:38:56 +00:00
23 lines
437 B
JSON
23 lines
437 B
JSON
|
{
|
||
|
"title": "Signup Form",
|
||
|
"description": "Form requires userinformation",
|
||
|
"properties": {
|
||
|
"name": {
|
||
|
"type": "string",
|
||
|
"title": "Name"
|
||
|
},
|
||
|
"surname": {
|
||
|
"type": "string",
|
||
|
"title": "Surname"
|
||
|
},
|
||
|
"date_of_birth": {
|
||
|
"type": "string",
|
||
|
"title": "Date of Birth"
|
||
|
},
|
||
|
"existing_customer": {
|
||
|
"type": "boolean",
|
||
|
"title": "Existing Customer"
|
||
|
}
|
||
|
},
|
||
|
"required": []
|
||
|
}
|