mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 15:25:11 +00:00
15 lines
225 B
JSON
15 lines
225 B
JSON
|
{
|
||
|
"title": "Name",
|
||
|
"description": "",
|
||
|
"properties": {
|
||
|
"approve": {
|
||
|
"type": "boolean",
|
||
|
"title": "approve"
|
||
|
},
|
||
|
"email": {
|
||
|
"type": "string",
|
||
|
"title": "email"
|
||
|
}
|
||
|
},
|
||
|
"required": []
|
||
|
}
|