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