{ "name": "DeliveryPoint", "base": "VnModel", "options": { "mysql": { "table": "deliveryPoint" } }, "properties": { "id": { "type": "Number", "id": true, "description": "Identifier" }, "name": { "type": "String" }, "ubication": { "type": "String" } } }