mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 14:15:14 +00:00
15 lines
260 B
JSON
15 lines
260 B
JSON
|
{
|
||
|
"title": "Check Bank Balance",
|
||
|
"description": "",
|
||
|
"properties": {
|
||
|
"bank_balance": {
|
||
|
"type": "string",
|
||
|
"title": "Check Bank Balance",
|
||
|
"enum": [
|
||
|
"Below $100",
|
||
|
"Sufficient Amount"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"required": []
|
||
|
}
|