{
    "name": "InvoiceOutConfig",
    "base": "VnModel",
    "options": {
        "mysql": {
            "table": "invoiceOutConfig"
        }
    },
    "properties": {
        "id": {
            "id": true,
            "type": "number",
            "description": "Identifier"
        },
        "parallelism": {
            "type": "number",
            "required": true
        }
    }
}