User: muhammadnouman@nutech.edu.pk clicked save for playground/nutech/issue/Check box-schema.json

This commit is contained in:
sartography-automated-committer 2024-01-24 05:36:20 +00:00
parent cdf38c1848
commit afea414c34

View File

@ -1,24 +1,27 @@
[
{
"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
}
"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
}
}
}
]