mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 12:15:25 +00:00
26 lines
351 B
JSON
26 lines
351 B
JSON
{
|
|
"title": "CIN",
|
|
"description": "E-ARMS call in notice",
|
|
"properties": {
|
|
"done": {
|
|
"type": "boolean",
|
|
"title": "Received?",
|
|
"default": false
|
|
}
|
|
}
|
|
}
|
|
|
|
{
|
|
"title": "Auth Ltr",
|
|
"description": "",
|
|
"properties": {
|
|
"done": {
|
|
"type": "boolean",
|
|
"title": "Received?",
|
|
"default": false
|
|
}
|
|
}
|
|
}
|
|
|
|
|