demo-process-models/playground/nutech/issue2/adminformrejected-schema.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"
}
}
}