{
  "templates": [
    {
      "id": "blank",
      "name": "Blank Design",
      "description": "Start with an empty canvas",
      "category": "blank",
      "canvasWidth": 100,
      "canvasHeight": 100,
      "objects": []
    },
    {
      "id": "front-yard-basic",
      "name": "Basic Front Yard",
      "description": "Standard front yard with lawn and driveway",
      "category": "front-yard",
      "canvasWidth": 80,
      "canvasHeight": 100,
      "objects": [
        {
          "type": "house",
          "x": 20,
          "y": 10,
          "width": 40,
          "height": 25,
          "rotation": 0,
          "layer": "structures"
        },
        {
          "type": "driveway",
          "x": 10,
          "y": 45,
          "width": 20,
          "height": 30,
          "rotation": 0,
          "layer": "driveways",
          "materialId": "concrete"
        },
        {
          "type": "lawn",
          "x": 35,
          "y": 45,
          "width": 45,
          "height": 40,
          "rotation": 0,
          "layer": "lawn",
          "materialId": "grass-sod"
        },
        {
          "type": "garden-bed",
          "x": 10,
          "y": 80,
          "width": 60,
          "height": 10,
          "rotation": 0,
          "layer": "garden-beds",
          "materialId": "mulch-brown"
        }
      ]
    },
    {
      "id": "backyard-patio",
      "name": "Backyard Patio",
      "description": "Backyard with patio, lawn, and garden beds",
      "category": "backyard",
      "canvasWidth": 80,
      "canvasHeight": 100,
      "objects": [
        {
          "type": "house",
          "x": 20,
          "y": 5,
          "width": 40,
          "height": 15,
          "rotation": 0,
          "layer": "structures"
        },
        {
          "type": "patio",
          "x": 25,
          "y": 25,
          "width": 30,
          "height": 20,
          "rotation": 0,
          "layer": "patios",
          "materialId": "interlock-grey"
        },
        {
          "type": "lawn",
          "x": 10,
          "y": 50,
          "width": 60,
          "height": 35,
          "rotation": 0,
          "layer": "lawn",
          "materialId": "grass-sod"
        },
        {
          "type": "garden-bed",
          "x": 5,
          "y": 25,
          "width": 15,
          "height": 20,
          "rotation": 0,
          "layer": "garden-beds",
          "materialId": "mulch-black"
        },
        {
          "type": "garden-bed",
          "x": 60,
          "y": 25,
          "width": 15,
          "height": 20,
          "rotation": 0,
          "layer": "garden-beds",
          "materialId": "mulch-black"
        },
        {
          "type": "fence",
          "x": 5,
          "y": 90,
          "width": 70,
          "height": 1,
          "rotation": 0,
          "layer": "walls-borders"
        }
      ]
    },
    {
      "id": "driveway-border",
      "name": "Driveway Border Garden",
      "description": "Driveway with border gardens along edges",
      "category": "front-yard",
      "canvasWidth": 80,
      "canvasHeight": 100,
      "objects": [
        {
          "type": "house",
          "x": 20,
          "y": 10,
          "width": 40,
          "height": 20,
          "rotation": 0,
          "layer": "structures"
        },
        {
          "type": "driveway",
          "x": 15,
          "y": 35,
          "width": 50,
          "height": 25,
          "rotation": 0,
          "layer": "driveways",
          "materialId": "concrete"
        },
        {
          "type": "garden-bed",
          "x": 5,
          "y": 35,
          "width": 8,
          "height": 25,
          "rotation": 0,
          "layer": "garden-beds",
          "materialId": "mulch-brown"
        },
        {
          "type": "garden-bed",
          "x": 67,
          "y": 35,
          "width": 8,
          "height": 25,
          "rotation": 0,
          "layer": "garden-beds",
          "materialId": "mulch-brown"
        },
        {
          "type": "lawn",
          "x": 5,
          "y": 65,
          "width": 70,
          "height": 25,
          "rotation": 0,
          "layer": "lawn",
          "materialId": "grass-sod"
        }
      ]
    },
    {
      "id": "pool-yard",
      "name": "Pool Yard Layout",
      "description": "Backyard with pool, patio, and landscaping",
      "category": "backyard",
      "canvasWidth": 100,
      "canvasHeight": 120,
      "objects": [
        {
          "type": "house",
          "x": 30,
          "y": 5,
          "width": 40,
          "height": 15,
          "rotation": 0,
          "layer": "structures"
        },
        {
          "type": "pool",
          "x": 35,
          "y": 50,
          "width": 30,
          "height": 50,
          "rotation": 0,
          "layer": "features"
        },
        {
          "type": "patio",
          "x": 35,
          "y": 30,
          "width": 30,
          "height": 15,
          "rotation": 0,
          "layer": "patios",
          "materialId": "interlock-grey"
        },
        {
          "type": "lawn",
          "x": 5,
          "y": 30,
          "width": 25,
          "height": 80,
          "rotation": 0,
          "layer": "lawn",
          "materialId": "grass-sod"
        },
        {
          "type": "lawn",
          "x": 70,
          "y": 30,
          "width": 25,
          "height": 80,
          "rotation": 0,
          "layer": "lawn",
          "materialId": "grass-sod"
        },
        {
          "type": "fence",
          "x": 5,
          "y": 110,
          "width": 90,
          "height": 1,
          "rotation": 0,
          "layer": "walls-borders"
        }
      ]
    },
    {
      "id": "fire-pit-area",
      "name": "Fire Pit Area",
      "description": "Backyard fire pit with seating and surrounding landscape",
      "category": "backyard",
      "canvasWidth": 80,
      "canvasHeight": 80,
      "objects": [
        {
          "type": "house",
          "x": 25,
          "y": 5,
          "width": 30,
          "height": 15,
          "rotation": 0,
          "layer": "structures"
        },
        {
          "type": "patio",
          "x": 20,
          "y": 25,
          "width": 40,
          "height": 20,
          "rotation": 0,
          "layer": "patios",
          "materialId": "interlock-grey"
        },
        {
          "type": "fire-pit",
          "x": 35,
          "y": 32,
          "width": 10,
          "height": 10,
          "rotation": 0,
          "layer": "features"
        },
        {
          "type": "gravel-area",
          "x": 15,
          "y": 50,
          "width": 50,
          "height": 25,
          "rotation": 0,
          "layer": "garden-beds",
          "materialId": "gravel-pea"
        },
        {
          "type": "garden-bed",
          "x": 5,
          "y": 25,
          "width": 10,
          "height": 50,
          "rotation": 0,
          "layer": "garden-beds",
          "materialId": "mulch-black"
        },
        {
          "type": "garden-bed",
          "x": 65,
          "y": 25,
          "width": 10,
          "height": 50,
          "rotation": 0,
          "layer": "garden-beds",
          "materialId": "mulch-black"
        }
      ]
    },
    {
      "id": "new-build-lot",
      "name": "New Build Blank Lot",
      "description": "Empty lot ready for full landscape design",
      "category": "blank",
      "canvasWidth": 100,
      "canvasHeight": 150,
      "objects": [
        {
          "type": "house",
          "x": 30,
          "y": 20,
          "width": 40,
          "height": 30,
          "rotation": 0,
          "layer": "structures"
        },
        {
          "type": "garage",
          "x": 30,
          "y": 55,
          "width": 24,
          "height": 24,
          "rotation": 0,
          "layer": "structures"
        }
      ]
    },
    {
      "id": "garden-bed-around-house",
      "name": "Garden Bed Around House",
      "description": "Perennial beds wrapping around the house with mixed plantings",
      "category": "garden",
      "canvasWidth": 80,
      "canvasHeight": 100,
      "objects": [
        {
          "type": "house",
          "x": 25,
          "y": 10,
          "width": 30,
          "height": 20,
          "rotation": 0,
          "layer": "structures"
        },
        {
          "type": "garden-bed",
          "x": 5,
          "y": 10,
          "width": 15,
          "height": 20,
          "rotation": 0,
          "layer": "garden-beds",
          "materialId": "mulch-brown"
        },
        {
          "type": "garden-bed",
          "x": 60,
          "y": 10,
          "width": 15,
          "height": 20,
          "rotation": 0,
          "layer": "garden-beds",
          "materialId": "mulch-brown"
        },
        {
          "type": "garden-bed",
          "x": 25,
          "y": 0,
          "width": 30,
          "height": 8,
          "rotation": 0,
          "layer": "garden-beds",
          "materialId": "mulch-brown"
        },
        {
          "type": "garden-bed",
          "x": 25,
          "y": 35,
          "width": 12,
          "height": 8,
          "rotation": 0,
          "layer": "garden-beds",
          "materialId": "mulch-brown"
        },
        {
          "type": "garden-bed",
          "x": 43,
          "y": 35,
          "width": 12,
          "height": 8,
          "rotation": 0,
          "layer": "garden-beds",
          "materialId": "mulch-brown"
        },
        {
          "type": "walkway",
          "x": 38,
          "y": 35,
          "width": 4,
          "height": 25,
          "rotation": 0,
          "layer": "hardscapes",
          "materialId": "concrete"
        },
        {
          "type": "driveway",
          "x": 5,
          "y": 45,
          "width": 25,
          "height": 30,
          "rotation": 0,
          "layer": "driveways",
          "materialId": "concrete"
        },
        {
          "type": "lawn",
          "x": 35,
          "y": 50,
          "width": 40,
          "height": 35,
          "rotation": 0,
          "layer": "lawn",
          "materialId": "grass-sod"
        },
        {
          "type": "shrub",
          "x": 8,
          "y": 12,
          "width": 4,
          "height": 4,
          "rotation": 0,
          "layer": "plants"
        },
        {
          "type": "shrub",
          "x": 13,
          "y": 22,
          "width": 4,
          "height": 4,
          "rotation": 0,
          "layer": "plants"
        },
        {
          "type": "shrub",
          "x": 63,
          "y": 12,
          "width": 4,
          "height": 4,
          "rotation": 0,
          "layer": "plants"
        },
        {
          "type": "shrub",
          "x": 68,
          "y": 22,
          "width": 4,
          "height": 4,
          "rotation": 0,
          "layer": "plants"
        },
        {
          "type": "flower",
          "x": 28,
          "y": 38,
          "width": 2,
          "height": 2,
          "rotation": 0,
          "layer": "plants"
        },
        {
          "type": "flower",
          "x": 32,
          "y": 40,
          "width": 2,
          "height": 2,
          "rotation": 0,
          "layer": "plants"
        },
        {
          "type": "flower",
          "x": 46,
          "y": 38,
          "width": 2,
          "height": 2,
          "rotation": 0,
          "layer": "plants"
        },
        {
          "type": "flower",
          "x": 50,
          "y": 40,
          "width": 2,
          "height": 2,
          "rotation": 0,
          "layer": "plants"
        }
      ]
    }
  ]
}
