mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 14:15:14 +00:00
15 lines
225 B
JSON
15 lines
225 B
JSON
|
{
|
||
|
"title": "Any Money Left",
|
||
|
"description": "",
|
||
|
"properties": {
|
||
|
"balance": {
|
||
|
"type": "string",
|
||
|
"title": "Any Money Left",
|
||
|
"enum": [
|
||
|
"Yes",
|
||
|
"No"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"required": []
|
||
|
}
|