{
  "kind": "collectionType",
  "collectionName": "email_configs",
  "info": {
    "name": "Email configs"
  },
  "options": {
    "increments": true,
    "timestamps": true
  },
  "attributes": {
    "subject": {
      "type": "string"
    },
    "message": {
      "type": "richtext"
    },
    "params": {
      "type": "string"
    }
  }
}
