mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 08:45:23 +00:00
16 lines
231 B
JSON
16 lines
231 B
JSON
{
|
|
"title": "Create Issue Voucher",
|
|
"type": "object",
|
|
"properties": {
|
|
|
|
"documents_collected": {
|
|
"type": "string",
|
|
"title": "Documents Collected",
|
|
"enum": [
|
|
"Yes",
|
|
"No"
|
|
]
|
|
}
|
|
}
|
|
}
|