mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-24 05:38:06 +00:00
14 lines
263 B
JSON
14 lines
263 B
JSON
|
{
|
||
|
"type": "object",
|
||
|
"title": "Finance Processes",
|
||
|
"properties": {
|
||
|
"financeEnumRadio": {
|
||
|
"type": "string",
|
||
|
"title": "Pick which Finance process to run",
|
||
|
"enum": [
|
||
|
"Submit an Invoice",
|
||
|
"Something Else"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|