{ "name": "ItemMatchProperties", "base": "VnModel", "options": { "mysql": { "table": "itemMatchProperties" } }, "properties": { "itemFk": { "type": "number", "id": true, "description": "Identifier" }, "name": { "type": "string" }, "producer": { "type": "string" }, "size": { "type": "string" } }, "relations": { "item": { "type": "belongsTo", "model": "Item", "foreignKey": "itemFk" } } }