{ "name": "QuadmindsApiConfig", "base": "VnModel", "options": { "mysql": { "table": "quadmindsApiConfig" } }, "properties": { "id": { "type": "number", "id": true, "required": true }, "url": { "type": "string" }, "key": { "type": "string" }, "maxObjects": { "type": "number" }, "limit": { "type": "number" }, "orderTimeFrom": { "type": "string" }, "orderTimeTo": { "type": "string" } } }