mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 12:08:17 +00:00
15 lines
278 B
JSON
15 lines
278 B
JSON
{
|
|
"title": "Petty Cash Request",
|
|
"description": "This form is used to request petty cash.",
|
|
"properties": {
|
|
"amount": {
|
|
"type": "string",
|
|
"title": "Amount"
|
|
},
|
|
"reason": {
|
|
"type": "string",
|
|
"title": "Reason"
|
|
}
|
|
},
|
|
"required": []
|
|
} |