{ "name": "ItemBarcode", "base": "VnModel", "options": { "mysql": { "table": "itemBarcode" } }, "properties": { "id": { "type": "Number", "id": true, "description": "Identifier" }, "code": { "type": "String", "required": true } }, "relations": { "item": { "type": "belongsTo", "model": "Item", "foreignKey": "itemFk" } } }