mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 08:25:11 +00:00
23 lines
403 B
JSON
23 lines
403 B
JSON
{
|
|
"title": "Create Issue Voucher",
|
|
"type": "object",
|
|
"properties": {
|
|
"issue_voucher_number": {
|
|
"type": "string",
|
|
"title": "Issue Voucher Number",
|
|
"maxLength": 12,
|
|
"unique": true,
|
|
"ui:autofocus": true
|
|
},
|
|
|
|
"documents_collected": {
|
|
"type": "string",
|
|
"title": "Documents Collected",
|
|
"enum": [
|
|
"Yes",
|
|
"No"
|
|
]
|
|
}
|
|
}
|
|
}
|