demo-process-models/playground/nutech/issue/Check box-schema.json

26 lines
371 B
JSON
Raw Normal View History

{
"title": "CIN",
"description": "E-ARMS call in notice",
"properties": {
"done": {
"type": "boolean",
"title": "Received?",
"default": false
}
}
}
{
"title": "Auth Lt",
"description": "E-ARMS call in notice",
"properties": {
"done": {
"type": "boolean",
"title": "Received?",
"default": false
}
}
}