mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-23 13:18:21 +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"
|
|
]
|
|
}
|
|
}
|
|
} |