{ "name": "TaxClass", "base": "VnModel", "options": { "mysql": { "table": "taxClass" } }, "properties": { "id": { "type": "Number", "id": true, "description": "Identifier" }, "description": { "type": "String" }, "code": { "type": "String" } } }