User: dinithijonline@gmail.com added process model file playground/dinithi/test-lanes/petty-cash-approval-uischema.json

This commit is contained in:
sartography-automated-committer 2023-09-12 23:51:57 +00:00
parent 35d7cf79ae
commit 2b06e10eb1
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,11 @@
{
"title": "Petty Cash Approval",
"description": "",
"properties": {
"approved_by": {
"type": "string",
"title": "Approved By"
}
},
"required": []
}

View File

@ -0,0 +1,5 @@
{
"ui:order": [
"approved_by"
]
}