{ "name": "SambaConfig", "base": "VnModel", "options": { "mysql": { "table": "account.sambaConfig" } }, "properties": { "id": { "type": "number", "id": true }, "host": { "type": "string", "required": true }, "sshUser": { "type": "string" }, "sshPass": { "type": "string" } } }