{ "kind": "collectionType", "collectionName": "bots", "info": { "name": "Bot", "description": "" }, "options": { "increments": true, "timestamps": true, "draftAndPublish": true }, "attributes": { "conditions": { "type": "enumeration", "enum": [ "time_based", "query_based" ] }, "trigger": { "type": "string" }, "start_date": { "type": "datetime" }, "end_date": { "type": "datetime" }, "periodic": { "type": "boolean" }, "message_template_key": { "model": "message-template", "via": "bot" }, "template_query": { "type": "json" }, "apply_to": { "collection": "chats", "via": "bots", "dominant": true }, "name": { "type": "string" } } }