diff --git a/playground/nutech/issue/Check box-schema.json b/playground/nutech/issue/Check box-schema.json index 80550434..be822bcc 100644 --- a/playground/nutech/issue/Check box-schema.json +++ b/playground/nutech/issue/Check box-schema.json @@ -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 + } + } +} + ] + +