mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 11:25:33 +00:00
27 lines
378 B
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
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|