{
    "name": "Expense",
    "base": "VnModel",
    "options": {
        "mysql": {
          "table": "expense"
        }
    },
    "properties": {
        "id": {
            "id": true,
            "type": "string",
            "description": "Identifier"
        },
        "name": {
            "type": "string"
        },
        "isWithheld": {
            "type": "number"
        }
    }
}