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