{ "name": "CreditInsurance", "description": "Credit insurance", "base": "VnModel", "options": { "mysql": { "table": "creditInsurance" } }, "properties": { "id": { "id": true, "type": "Number", "description": "Identifier" }, "credit": { "type": "Number" }, "created": { "type": "date", "mysql": { "columnName": "creationDate" } }, "grade": { "type": "Number" } }, "relations": { "classification": { "type": "belongsTo", "model": "CreditClassification", "foreignKey": "creditClassification" } } }