{
  "id": 1,
  "version": 1,
  "folio": "LEV-DEMO-001",
  "customer": "Cliente de muestra",
  "project_name": "Cocina en L",
  "address": "Dirección de ejemplo",
  "status": "levantamiento",
  "material": "Cuarzo blanco",
  "thickness_mm": 20,
  "installation_date": "2026-07-20",
  "seller": "Vendedor demo",
  "technician": "Técnico demo",
  "notes": "Verificar muros fuera de escuadra y confirmar posición de tarjas.",
  "drawing": {
    "version": 1,
    "name": "Cocina en L demo",
    "units": "mm",
    "settings": {
      "inputUnit": "cm",
      "gridSpacing": 100,
      "snapSpacing": 10,
      "snap": true,
      "ortho": false,
      "isometric": false,
      "penOnly": true
    },
    "layers": [
      {
        "id": "CONTORNO",
        "name": "Contorno",
        "color": "#20242B",
        "dxfColor": 7,
        "semantic": "contour",
        "countLength": false,
        "visible": true,
        "locked": false
      },
      {
        "id": "ACABADO",
        "name": "Acabado / canto",
        "color": "#E53935",
        "dxfColor": 1,
        "semantic": "finish",
        "countLength": true,
        "visible": true,
        "locked": false
      },
      {
        "id": "ZOCLO",
        "name": "Zoclo",
        "color": "#1E88E5",
        "dxfColor": 5,
        "semantic": "backsplash",
        "countLength": true,
        "visible": true,
        "locked": false
      },
      {
        "id": "FALDON",
        "name": "Faldón",
        "color": "#43A047",
        "dxfColor": 3,
        "semantic": "skirt",
        "countLength": true,
        "visible": true,
        "locked": false
      },
      {
        "id": "CORTE_45",
        "name": "Corte a 45°",
        "color": "#FB8C00",
        "dxfColor": 30,
        "semantic": "mitre",
        "countLength": true,
        "visible": true,
        "locked": false
      },
      {
        "id": "TARJA_SOBRE",
        "name": "Tarja sobre cubierta",
        "color": "#00897B",
        "dxfColor": 4,
        "semantic": "sink_over",
        "countLength": false,
        "visible": true,
        "locked": false
      },
      {
        "id": "TARJA_BAJO",
        "name": "Tarja bajo cubierta",
        "color": "#00ACC1",
        "dxfColor": 4,
        "semantic": "sink_under",
        "countLength": false,
        "visible": true,
        "locked": false
      },
      {
        "id": "PARRILLA",
        "name": "Parrilla",
        "color": "#8E24AA",
        "dxfColor": 6,
        "semantic": "cooktop",
        "countLength": false,
        "visible": true,
        "locked": false
      },
      {
        "id": "COTAS",
        "name": "Cotas",
        "color": "#7E57C2",
        "dxfColor": 6,
        "semantic": "dimension",
        "countLength": false,
        "visible": true,
        "locked": false
      },
      {
        "id": "TEXTO",
        "name": "Texto",
        "color": "#5D4037",
        "dxfColor": 7,
        "semantic": "text",
        "countLength": false,
        "visible": true,
        "locked": false
      },
      {
        "id": "AUXILIAR",
        "name": "Auxiliar",
        "color": "#90A4AE",
        "dxfColor": 8,
        "semantic": "aux",
        "countLength": false,
        "visible": true,
        "locked": false
      }
    ],
    "entities": [
      {
        "id": "contour_l",
        "type": "polyline",
        "layer": "CONTORNO",
        "points": [
          {
            "x": 0,
            "y": 0
          },
          {
            "x": 3000,
            "y": 0
          },
          {
            "x": 3000,
            "y": 1800
          },
          {
            "x": 2350,
            "y": 1800
          },
          {
            "x": 2350,
            "y": 650
          },
          {
            "x": 0,
            "y": 650
          }
        ],
        "closed": true
      },
      {
        "id": "finish_1",
        "type": "line",
        "layer": "ACABADO",
        "p1": {
          "x": 0,
          "y": 650
        },
        "p2": {
          "x": 2350,
          "y": 650
        }
      },
      {
        "id": "finish_2",
        "type": "line",
        "layer": "ACABADO",
        "p1": {
          "x": 2350,
          "y": 1800
        },
        "p2": {
          "x": 3000,
          "y": 1800
        }
      },
      {
        "id": "finish_3",
        "type": "line",
        "layer": "ACABADO",
        "p1": {
          "x": 3000,
          "y": 0
        },
        "p2": {
          "x": 3000,
          "y": 1800
        }
      },
      {
        "id": "zoclo_1",
        "type": "line",
        "layer": "ZOCLO",
        "p1": {
          "x": 0,
          "y": 0
        },
        "p2": {
          "x": 3000,
          "y": 0
        }
      },
      {
        "id": "zoclo_2",
        "type": "line",
        "layer": "ZOCLO",
        "p1": {
          "x": 3000,
          "y": 0
        },
        "p2": {
          "x": 3000,
          "y": 1800
        }
      },
      {
        "id": "faldon_1",
        "type": "line",
        "layer": "FALDON",
        "p1": {
          "x": 2350,
          "y": 650
        },
        "p2": {
          "x": 3000,
          "y": 650
        }
      },
      {
        "id": "sink_under",
        "type": "sink",
        "layer": "TARJA_BAJO",
        "center": {
          "x": 1350,
          "y": 330
        },
        "width": 800,
        "height": 500,
        "rotation": 0,
        "shape": "rounded-rectangle",
        "mount": "undermount"
      },
      {
        "id": "sink_over",
        "type": "sink",
        "layer": "TARJA_SOBRE",
        "center": {
          "x": 2675,
          "y": 1270
        },
        "width": 500,
        "height": 400,
        "rotation": 90,
        "shape": "ellipse",
        "mount": "overmount"
      },
      {
        "id": "cooktop",
        "type": "cooktop",
        "layer": "PARRILLA",
        "center": {
          "x": 500,
          "y": 330
        },
        "width": 600,
        "height": 500,
        "rotation": 0,
        "shape": "rounded-rectangle"
      },
      {
        "id": "dim_1",
        "type": "dimension",
        "layer": "COTAS",
        "p1": {
          "x": 0,
          "y": 0
        },
        "p2": {
          "x": 3000,
          "y": 0
        },
        "offset": -180
      },
      {
        "id": "text_1",
        "type": "text",
        "layer": "TEXTO",
        "position": {
          "x": 80,
          "y": 920
        },
        "text": "Cubierta en L - ejemplo",
        "height": 80,
        "rotation": 0
      },
      {
        "id": "iso_1",
        "groupId": "iso_demo",
        "type": "line",
        "layer": "AUXILIAR",
        "p1": {
          "x": 3900,
          "y": 1500
        },
        "p2": {
          "x": 4939.230485,
          "y": 2100.0
        }
      },
      {
        "id": "iso_2",
        "groupId": "iso_demo",
        "type": "line",
        "layer": "AUXILIAR",
        "p1": {
          "x": 4939.230485,
          "y": 2100.0
        },
        "p2": {
          "x": 4376.313973,
          "y": 2425.0
        }
      },
      {
        "id": "iso_3",
        "groupId": "iso_demo",
        "type": "line",
        "layer": "AUXILIAR",
        "p1": {
          "x": 4376.313973,
          "y": 2425.0
        },
        "p2": {
          "x": 3337.083488,
          "y": 1825.0
        }
      },
      {
        "id": "iso_4",
        "groupId": "iso_demo",
        "type": "line",
        "layer": "AUXILIAR",
        "p1": {
          "x": 3337.083488,
          "y": 1825.0
        },
        "p2": {
          "x": 3900,
          "y": 1500
        }
      },
      {
        "id": "iso_5",
        "groupId": "iso_demo",
        "type": "line",
        "layer": "AUXILIAR",
        "p1": {
          "x": 3900,
          "y": 1420
        },
        "p2": {
          "x": 4939.230485,
          "y": 2020.0
        }
      },
      {
        "id": "iso_6",
        "groupId": "iso_demo",
        "type": "line",
        "layer": "AUXILIAR",
        "p1": {
          "x": 4939.230485,
          "y": 2020.0
        },
        "p2": {
          "x": 4376.313973,
          "y": 2345.0
        }
      },
      {
        "id": "iso_7",
        "groupId": "iso_demo",
        "type": "line",
        "layer": "AUXILIAR",
        "p1": {
          "x": 4376.313973,
          "y": 2345.0
        },
        "p2": {
          "x": 3337.083488,
          "y": 1745.0
        }
      },
      {
        "id": "iso_8",
        "groupId": "iso_demo",
        "type": "line",
        "layer": "AUXILIAR",
        "p1": {
          "x": 3337.083488,
          "y": 1745.0
        },
        "p2": {
          "x": 3900,
          "y": 1420
        }
      },
      {
        "id": "iso_9",
        "groupId": "iso_demo",
        "type": "line",
        "layer": "AUXILIAR",
        "p1": {
          "x": 3900,
          "y": 1500
        },
        "p2": {
          "x": 3900,
          "y": 1420
        }
      },
      {
        "id": "iso_10",
        "groupId": "iso_demo",
        "type": "line",
        "layer": "AUXILIAR",
        "p1": {
          "x": 4939.230485,
          "y": 2100.0
        },
        "p2": {
          "x": 4939.230485,
          "y": 2020.0
        }
      },
      {
        "id": "iso_11",
        "groupId": "iso_demo",
        "type": "line",
        "layer": "AUXILIAR",
        "p1": {
          "x": 4376.313973,
          "y": 2425.0
        },
        "p2": {
          "x": 4376.313973,
          "y": 2345.0
        }
      },
      {
        "id": "iso_12",
        "groupId": "iso_demo",
        "type": "line",
        "layer": "AUXILIAR",
        "p1": {
          "x": 3337.083488,
          "y": 1825.0
        },
        "p2": {
          "x": 3337.083488,
          "y": 1745.0
        }
      }
    ],
    "metadata": {
      "sample": true
    }
  }
}