{ "name": "CustomsAgent", "base": "VnModel", "options": { "mysql": { "table": "customsAgent" } }, "properties": { "id": { "type": "Number", "description": "Identifier", "id": true }, "fiscalName": { "type": "String", "required": true }, "street": { "type": "String" }, "nif": { "type": "String", "required": true }, "phone": { "type": "String" }, "email": { "type": "String" } } }