{
  "kind": "collectionType",
  "collectionName": "convos",
  "info": {
    "singularName": "convo",
    "pluralName": "convos",
    "displayName": "Convo"
  },
  "options": {
    "draftAndPublish": false,
    "timestamps": true,
    "comment": ""
  },
  "pluginOptions": {
    "content-manager": {
      "visible": false
    },
    "content-type-builder": {
      "visible": false
    }
  },
  "attributes": {
    "content": {
      "type": "text"
    },
    "name": {
      "type": "string"
    },
    "userId": {
      "type": "integer"
    }
  }
}
