mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 14:18:08 +00:00
14 lines
271 B
JSON
14 lines
271 B
JSON
{
|
|
"title": "Form Rejection",
|
|
"description": "Please Enter reason of rejection for Issue Clerk",
|
|
"type": "object",
|
|
"required": [
|
|
"message_issue_clk"
|
|
],
|
|
"properties": {
|
|
"message_issue_clk": {
|
|
"type": "string",
|
|
"title": "Comments"
|
|
}
|
|
}
|
|
} |