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

26 lines
377 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
}
}
}