{
  "name": "ContactChannel",
  "base": "VnModel",
  "options": {
    "mysql": {
      "table": "contactChannel"
    }
  },
  "properties": {
    "id": {
      "type": "Number",
      "id": true,
      "description": "Identifier"
    },
    "name": {
      "type": "string",
      "required": true
    }
  }
}