mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 22:25:14 +00:00
10 lines
135 B
JSON
10 lines
135 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"isProceed": {
|
|
"type": "boolean",
|
|
"title": "Submit Request?",
|
|
"default": true
|
|
}
|
|
}
|
|
} |