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