{ "name": "Company", "base": "VnModel", "options": { "mysql": { "table": "company", "database": "vn" } }, "properties": { "id": { "id": true, "type": "Number", "description": "Identifier" }, "code": { "type": "String" } } }