sample-process-models/core-contributor-portal/nonadmin/Select-the-finance-process_JSONSchema.json
2022-09-13 16:45:39 -04:00

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"
]
}
}
}