demo-process-models/playground/dinithi/test-lanes/petty-cash-request-schema.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": []
}