{
  "kind": "collectionType",
  "collectionName": "email_logs",
  "info": {
    "name": "Email Logs"
  },
  "options": {
    "increments": true,
    "timestamps": true
  },
  "attributes": {
    "subject": {
      "type": "string",
      "required": false
    },
    "message": {
      "type": "richtext"
    },
    "customer": {
      "via": "email_logs",
      "model": "customers"
    },
    "status": {
      "type": "enumeration",
      "enum": [
        "yes",
        "no"
      ],
      "default": "no"
    },
    "to": {
      "type": "string",
      "required": true
    }
  }
}
