{
  "id": "generic-5",
  "name": "General Equipment Label",
  "description": "General Equipment Label layout with mapped Equipment ID, Location, Status, Barcode fields, XLSX sample data, and print-ready sizing.",
  "category": "Office & Small Business",
  "thumbnail": "/templates/thumbnails/generic-5.svg",
  "settings": {
    "width": 76,
    "height": 50,
    "unit": "mm",
    "dpi": 203,
    "name": "General Equipment Label",
    "type": "general_equipment_label"
  },
  "elements": [
    {
      "id": "border",
      "type": "RECTANGLE",
      "x": 1,
      "y": 1,
      "width": 74,
      "height": 48,
      "fill": "#ffffff",
      "stroke": "#111827",
      "strokeWidth": 0.4,
      "borderRadius": 1
    },
    {
      "id": "title",
      "type": "TEXT",
      "x": 3,
      "y": 3,
      "width": 70,
      "height": 8,
      "content": "General Equipment Label",
      "fontSize": 8,
      "fontWeight": "bold",
      "textAlign": "center",
      "textFitMode": "shrink",
      "color": "#111827"
    },
    {
      "id": "main",
      "type": "TEXT",
      "x": 4,
      "y": 12,
      "width": 68,
      "height": 8,
      "content": "{{Equipment ID}}",
      "fontSize": 8.5,
      "fontWeight": "bold",
      "textFitMode": "shrink",
      "color": "#111827"
    },
    {
      "id": "secondary",
      "type": "TEXT",
      "x": 4,
      "y": 22,
      "width": 68,
      "height": 6,
      "content": "{{Location}} | {{Status}}",
      "fontSize": 6,
      "textFitMode": "shrink",
      "color": "#111827"
    },
    {
      "id": "barcode",
      "type": "BARCODE",
      "x": 4,
      "y": 33,
      "width": 68,
      "height": 12.5,
      "content": "{{Barcode}}",
      "barcodeFormat": "CODE128",
      "barcodeShowText": true
    }
  ],
  "columns": [
    {
      "key": "equipment_id",
      "label": "Equipment ID",
      "required": true
    },
    {
      "key": "location",
      "label": "Location",
      "required": true
    },
    {
      "key": "status",
      "label": "Status",
      "required": true
    },
    {
      "key": "barcode",
      "label": "Barcode",
      "required": false
    }
  ],
  "files": {
    "xlsx": "/label-templates/generic-5.xlsx",
    "json": "/templates/generic-5.json",
    "svg": "/templates/thumbnails/generic-5.svg"
  }
}