{
    "name": "TicketConfig",
    "base": "VnModel",
    "options": {
        "mysql": {
            "table": "ticketConfig"
        }
    },
    "properties": {
        "id": {
            "id": true,
            "type": "Number",
            "description": "Identifier"
        },
        "scopeDays": {
            "type": "Number"
        }
    }
}