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

27 lines
378 B
JSON

{
"title": "CIN",
"description": "E-ARMS call in notice",
"properties": {
"done": {
"type": "boolean",
"title": "Received?",
"default": false
}
}
},
{
"title": "Auth Ltr",
"description": "Auth ltr from unit comm",
"properties": {
"done": {
"type": "boolean",
"title": "Received?",
"default": false
}
}
}