{ "name": "PayMethod", "base": "VnModel", "options": { "mysql": { "table": "payMethod" } }, "properties": { "id": { "type": "number", "id": true, "description": "Identifier" }, "code": { "type": "string" }, "name": { "type": "string", "required": true }, "graceDays": { "type": "string" }, "outstandingDebt": { "type": "number" }, "isIbanRequiredForClients": { "type": "boolean" }, "isIbanRequiredForSuppliers": { "type": "boolean" } } }