{
  "id": "generic-3",
  "name": "General Service Tag",
  "description": "General Service Tag layout with mapped Service Tag, Equipment Name, Due Date, Technician fields, XLSX sample data, and print-ready sizing.",
  "category": "Office & Small Business",
  "thumbnail": "/templates/thumbnails/generic-3.svg",
  "settings": {
    "width": 76,
    "height": 50,
    "unit": "mm",
    "dpi": 203,
    "name": "General Service Tag",
    "type": "general_service_tag"
  },
  "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 Service Tag",
      "fontSize": 8,
      "fontWeight": "bold",
      "textAlign": "center",
      "textFitMode": "shrink",
      "color": "#111827"
    },
    {
      "id": "main",
      "type": "TEXT",
      "x": 4,
      "y": 13,
      "width": 68,
      "height": 11,
      "content": "{{Service Tag}}",
      "fontSize": 9,
      "fontWeight": "bold",
      "textAlign": "center",
      "textFitMode": "shrink",
      "color": "#111827"
    },
    {
      "id": "secondary",
      "type": "TEXT",
      "x": 4,
      "y": 25,
      "width": 68,
      "height": 8,
      "content": "{{Equipment Name}}",
      "fontSize": 7,
      "textAlign": "center",
      "textFitMode": "shrink",
      "color": "#111827"
    },
    {
      "id": "detail",
      "type": "TEXT",
      "x": 4,
      "y": 38,
      "width": 68,
      "height": 6,
      "content": "{{Due Date}}",
      "fontSize": 5,
      "textAlign": "center",
      "textFitMode": "shrink",
      "color": "#111827"
    },
    {
      "id": "mapped-details",
      "type": "TEXT",
      "x": 3,
      "y": 44,
      "width": 70,
      "height": 4,
      "content": "Technician: {{Technician}}",
      "fontSize": 4,
      "textFitMode": "shrink",
      "textAlign": "center",
      "color": "#374151"
    }
  ],
  "columns": [
    {
      "key": "service_tag",
      "label": "Service Tag",
      "required": true
    },
    {
      "key": "equipment_name",
      "label": "Equipment Name",
      "required": true
    },
    {
      "key": "due_date",
      "label": "Due Date",
      "required": true
    },
    {
      "key": "technician",
      "label": "Technician",
      "required": false
    }
  ],
  "files": {
    "xlsx": "/label-templates/generic-3.xlsx",
    "json": "/templates/generic-3.json",
    "svg": "/templates/thumbnails/generic-3.svg"
  }
}