mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 14:58:11 +00:00
14 lines
208 B
JSON
14 lines
208 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"admin_approval_documents": {
|
|
"type": "string",
|
|
"title": "Admin Approval",
|
|
"enum": [
|
|
"Yes",
|
|
"No"
|
|
]
|
|
}
|
|
}
|
|
}
|