{
    "horizontalOverflow": false,
    "styling": {
        "headerFontSize": "16px",
        "cellPaddingHorizontal": "8px",
        "cellPaddingVertical": "4px",
        "columnSeparators": true
    },
    "columns": [
        {
            "header": "State",
            "type": "state",
            "values": [
                { "value": "ONLINE" },
                { "value": "DISCONNECTED" },
                { "value": "ONLINE" },
                { "value": "ONLINE" },
                { "value": "DISCONNECTED" }
            ],
            "styling": {
                "stateMap": "'ONLINE', '#6e9a69', 'DISCONNECTED', '#e15656'",
                "width": "80px"
            }
        },
        {
            "header": "Name",
            "type": "string",
            "values": [
                { "value": "Royal Fortune" },
                { "value": "Mayflower" },
                { "value": "Flying King" },
                { "value": "Snap Dragon" },
                { "value": "Schonerbrigg Asgard" }
            ],
            "styling": {
                "fontSize": "16px"
            }
        },
        {
            "header": "Distance",
            "type": "number",
            "values": [{ "value": 80 }, { "value": 20 }, { "value": 30 }, { "value": 40 }, { "value": 50 }],
            "styling": {
                "width": "220px",
                "fontWeight": 100,
                "precision": 2
            }
        },
        {
            "header": "Active",
            "type": "boolean",
            "values": [
                { "value": true },
                { "value": false },
                { "value": true },
                { "value": true },
                { "value": false }
            ],
            "styling": {
                "width": "80px"
            }
        },
        {
            "header": "Image Link",
            "type": "image",
            "values": [
                {
                    "value": "https://storage.googleapis.com/reswarm-images/mir-200.png",
                    "link": "https://storage.googleapis.com/reswarm-images/mir-200.png"
                },
                {
                    "value": "https://res.cloudinary.com/dk8bhmsdz/image/upload/v1750163313/estaamic_machine_ohg3zo.png",
                    "link": "https://res.cloudinary.com/dk8bhmsdz/image/upload/v1750163313/estaamic_machine_ohg3zo.png"
                },
                {
                    "value": "https://res.cloudinary.com/dk8bhmsdz/image/upload/v1747230889/samples/ecommerce/shoes.png",
                    "link": "https://res.cloudinary.com/dk8bhmsdz/image/upload/v1747230889/samples/ecommerce/shoes.png"
                },
                {
                    "value": "https://res.cloudinary.com/dk8bhmsdz/image/upload/v1747230897/samples/chair.png",
                    "link": "https://res.cloudinary.com/dk8bhmsdz/image/upload/v1747230897/samples/chair.png"
                },
                {
                    "value": "https://image.made-in-china.com/2f0j00iOETbDBqhRcS/Ja-1-1-Household-Sewing-Machine-for-Embroidery-and-Heavy-Fabrics.webp",
                    "link": "https://image.made-in-china.com/2f0j00iOETbDBqhRcS/Ja-1-1-Household-Sewing-Machine-for-Embroidery-and-Heavy-Fabrics.webp"
                }
            ],
            "styling": {
                "width": "120px"
            }
        },
        {
            "header": "Link",
            "type": "button",
            "values": [
                { "value": "Google", "link": "https://google.com" },
                { "value": "IronFlock", "link": "https://www.ironflock.com" },
                { "value": "Haas", "link": "https://www.haascnc.com/index.html" },
                { "value": "Siemens", "link": "https://www.siemens.com/" },
                { "value": "Continental", "link": "https://www.continental.com/" }
            ],
            "styling": {
                "width": "120px"
            }
        },
        {
            "header": "Last Update",
            "type": "timestamp",
            "values": [
                { "value": 1737043245123 },
                { "value": 1736952000000 },
                { "value": 1736865600000 },
                { "value": 1736779200000 },
                { "value": 1736692800000 }
            ],
            "styling": {
                "timestampFormat": "yyyy-MM-dd HH:mm:ss.SSS",
                "width": "220px"
            }
        }
    ]
}
