{ "kind": "collectionType", "collectionName": "captchas", "info": { "name": "Captcha", "description": "" }, "options": { "increments": true, "timestamps": true, "draftAndPublish": false }, "attributes": { "value": { "type": "string", "required": true, "private": true }, "isValid": { "type": "boolean", "default": false, "private": true, "required": true }, "relatedPhoneNo": { "type": "string" }, "isWarning": { "type": "boolean" } } }