{
    "name": "ui_table",
    "parameters": {
        "num_rows": {
            "type": "int",
            "default": null,
            "required": true
        },
        "num_columns": {
            "type": "int",
            "default": null,
            "required": true
        },
        "column_headers": {
            "type": "string[]",
            "default": []
        },
        "row_labels": {
            "type": "string[]",
            "default": []
        },
        "dynamic_rows": {
            "type": "boolean",
            "default": false
        },
        "locked_cells": {
            "type": "int[][]",
            "default": []
        },
        "column_width_percents": {
            "type": "float[]",
            "default": []
        },
        "sync_interval_secs": {
            "type": "int",
            "default": 5
        },
        "lines_per_cell": {
            "type": "int",
            "default": 2
        }
    }
}
