{
    "version": 2,
    "canvas": { "width": 1280, "height": 720, "background": "#FFFFFF" },
    "elements": [
        { "type": "section", "x": 0, "y": 0, "w": 1280, "h": 96, "layout": "fluid", "fill": "{{Accent Color}}" },
        { "type": "text", "x": 32, "y": 22, "w": 760, "h": 52, "text": "{{Service}}", "fontSize": 26, "bold": true, "color": "#FFFFFF", "vAlign": "middle" },
        { "type": "pill", "x": 1020, "y": 32, "w": 110, "h": 30, "text": "{{Status}}", "fill": "#FFFFFF", "textColor": "#20242E", "fontSize": 10,
          "rules": [
              { "column": "Status", "op": "equals", "value": "Paused", "fill": "#FEE4E2", "textColor": "#B42318" },
              { "column": "Status", "op": "equals", "value": "Under review", "fill": "#FFFAEB", "textColor": "#B54708" }
          ] },
        { "type": "pill", "x": 1140, "y": 32, "w": 110, "h": 30, "text": "{{Frequency}}", "fill": "#FFFFFF", "textColor": "#20242E", "fontSize": 10 },
        { "type": "section", "x": 24, "y": 120, "w": 1232, "h": 560, "layout": "2", "gutter": 16 },
        { "type": "rect", "x": 24, "y": 120, "w": 608, "h": 380, "fill": "#FFFFFF", "stroke": "#D0D5DD", "strokeWidth": 1, "rx": 10, "accent": "{{Accent Color}}", "accentSide": "left" },
        { "type": "text", "x": 48, "y": 140, "w": 300, "h": 20, "text": "INPUTS", "fontSize": 10, "bold": true, "color": "#667085" },
        { "type": "list", "x": 48, "y": 166, "w": 560, "h": 310, "text": "{{Inputs}}", "fontSize": 12, "color": "#344054", "bulletColor": "#475467" },
        { "type": "rect", "x": 648, "y": 120, "w": 608, "h": 380, "fill": "#FFFFFF", "stroke": "#D0D5DD", "strokeWidth": 1, "rx": 10, "accent": "{{Accent Color}}", "accentSide": "left" },
        { "type": "text", "x": 672, "y": 140, "w": 300, "h": 20, "text": "OUTPUTS", "fontSize": 10, "bold": true, "color": "#667085" },
        { "type": "list", "x": 672, "y": 166, "w": 560, "h": 310, "text": "{{Outputs}}", "fontSize": 12, "color": "#344054", "bulletColor": "#475467" },
        { "type": "text", "x": 24, "y": 524, "w": 400, "h": 24, "text": "Owned by {{Team}}", "fontSize": 13, "italic": true, "color": "#475467" },
        { "type": "button", "x": 1056, "y": 516, "w": 200, "h": 40, "text": "Open service page", "fill": "#20242E", "textColor": "#FFFFFF", "fontSize": 11, "url": "{{Link}}",
          "rules": [{ "column": "Link", "op": "blank", "hidden": true }] }
    ]
}
