{
  "pool": [
    {
      "key": "pool_shape",
      "title": "What shape would you like for your pool?",
      "type": "select",
      "layout": "vertical",
      "prompt": "a {{answer}}-shaped pool",
      "options": [
        {
          "label": "Rectangular",
          "value": "rectangular",
          "description": "Classic straight lines.",
          "image": {
            "url": "/images/ai/tool/pool/pool_shape-rectangle.jpg",
            "alt": "Rectangular pool shape with classic straight lines"
          }
        },
        {
          "label": "Kidney",
          "value": "kidney",
          "description": "Timeless kidney shape.",
          "image": {
            "url": "/images/ai/tool/pool/pool_shape-kidney.jpg",
            "alt": "Kidney-shaped pool with timeless curved design"
          }
        },
        {
          "label": "Freeform",
          "value": "freeform",
          "description": "Organic curves and flow.",
          "image": {
            "url": "/images/ai/tool/pool/pool_shape-freeform.jpg",
            "alt": "Freeform pool shape with organic curves and natural flow"
          }
        },
        {
          "label": "Lap",
          "value": "lap",
          "description": "Long and narrow for exercise.",
          "image": {
            "url": "/images/ai/tool/pool/pool_shape-lap.jpg",
            "alt": "Lap pool design long and narrow for exercise"
          }
        }
      ]
    },
    {
      "key": "want_spa",
      "title": "Would you like a spa?",
      "type": "select",
      "prompt": "{{answer}} a spa",
      "options": [
        {
          "label": "Yes",
          "value": "with",
          "description": "I want a spa.",
          "image": null
        },
        {
          "label": "No",
          "value": "without",
          "description": "Maybe later.",
          "image": null
        }
      ]
    },
    {
      "key": "spa_shape",
      "title": "What shape would you like for your spa?",
      "type": "select",
      "prompt": "with a {{answer}} spa",
      "options": [
        {
          "label": "Square",
          "value": "square",
          "description": "Square spa.",
          "image": {
            "url": "/images/ai/tool/pool/spa_shape-square.jpg",
            "alt": "Square spa design"
          }
        },
        {
          "label": "Freeform",
          "value": "freeform",
          "description": "Freeform spa.",
          "image": {
            "url": "/images/ai/tool/pool/spa_shape-freeform.jpg",
            "alt": "Freeform spa design"
          }
        },
        {
          "label": "Circular",
          "value": "circular",
          "description": "Traditional round spa.",
          "image": {
            "url": "/images/ai/tool/pool/spa_shape-rounded.jpg",
            "alt": "Circular rounded spa with traditional design"
          }
        }
      ]
    },
    {
      "key": "integrated_spa",
      "title": "Do you want the spa integrated with the pool?",
      "type": "select",
      "prompt": "with the spa {{answer}} to the pool",
      "options": [
        {
          "label": "Yes",
          "value": "connected",
          "description": "Spa connected to pool.",
          "image": {
            "url": "/images/ai/tool/pool/integrated_spa-yes.jpg",
            "alt": "Spa connected and integrated with pool"
          }
        },
        {
          "label": "No",
          "value": "separated",
          "description": "Separate from the pool.",
          "image": {
            "url": "/images/ai/tool/pool/integrated_spa-no.jpg",
            "alt": "Spa separated and independent from pool"
          }
        }
      ]
    },
    {
      "key": "pool_finish",
      "title": "What type of pool finish do you prefer?",
      "type": "select",
      "prompt": "finished in {{answer}}",
      "options": [
        {
          "label": "Plaster",
          "value": "plaster",
          "image": {
            "url": "/images/ai/tool/pool/pool_finish-plaster.jpg",
            "alt": "Pool with smooth plaster finish"
          }
        },
        {
          "label": "Pebble",
          "value": "pebble",
          "image": {
            "url": "/images/ai/tool/pool/pool_finish-pebble.jpg",
            "alt": "Pool with natural pebble finish texture"
          }
        },
        {
          "label": "Tile",
          "value": "tile",
          "image": {
            "url": "/images/ai/tool/pool/pool_finish-tile.jpg",
            "alt": "Pool with elegant tile finish"
          }
        },
        {
          "label": "Glass bead",
          "value": "glass bead",
          "image": {
            "url": "/images/ai/tool/pool/pool_finish-beads.jpg",
            "alt": "Pool with sparkling glass bead finish"
          }
        }
      ]
    },
    {
      "key": "pool_water_color",
      "title": "What color of water do you want?",
      "type": "select",
      "prompt": "with {{answer}} water color",
      "options": [
        {
          "label": "Light blue",
          "value": "light blue",
          "description": "Cristal clear feeling.",
          "image": null
        },
        {
          "label": "Dark blue",
          "value": "dark blue",
          "description": "Ocean vibes.",
          "image": null
        },
        {
          "label": "Aqua",
          "value": "seafoam green",
          "description": "Light green.",
          "image": null
        },
        {
          "label": "Dark lagoon",
          "value": "deep turquoise",
          "description": "Tropical nature look.",
          "image": null
        }
      ]
    },
    {
      "key": "pool_deck_material",
      "title": "What material do you prefer for your pool deck?",
      "type": "select",
      "prompt": "featuring a pool deck made of {{answer}}",
      "options": [
        {
          "label": "Travertine",
          "value": "travertine",
          "description": "Natural stone look.",
          "image": {
            "url": "/images/ai/tool/pool/pool_deck_material-travertine.jpg",
            "alt": "Pool deck with natural travertine stone material"
          }
        },
        {
          "label": "Pavers",
          "value": "pavers",
          "description": "Versatile paver deck.",
          "image": {
            "url": "/images/ai/tool/pool/pool_deck_material-pavers.jpg",
            "alt": "Pool deck with versatile paver material"
          }
        },
        {
          "label": "Concrete",
          "value": "concrete",
          "description": "Simple concrete deck.",
          "image": {
            "url": "/images/ai/tool/pool/pool_deck_material-concrete.jpg",
            "alt": "Pool deck with simple concrete material"
          }
        },
        {
          "label": "Wood-look tile",
          "value": "wood_look_tile",
          "description": "Warm wood style tile.",
          "image": {
            "url": "/images/ai/tool/pool/pool_deck_material-wood.jpg",
            "alt": "Pool deck with warm wood-look tile material"
          }
        }
      ]
    },
    {
      "key": "pool_deck_color_family",
      "title": "Which color family do you prefer for your pool deck?",
      "type": "select",
      "prompt": "in a {{answer}} color palette",
      "options": [
        {
          "label": "Ivory / Cream / White",
          "value": "ivory/cream/white",
          "description": "Bright neutral tones.",
          "image": {
            "url": "/images/ai/tool/pool/pool_deck_color_family-ivory-cream.jpg",
            "alt": "Pool deck in ivory cream white color family with bright neutral tones"
          }
        },
        {
          "label": "Tan / Beige / Sand",
          "value": "tan/beige/sand",
          "description": "Warm desert shades.",
          "image": {
            "url": "/images/ai/tool/pool/pool_deck_color_family-tan-beige.jpg",
            "alt": "Pool deck in tan beige sand color family with warm desert shades"
          }
        },
        {
          "label": "Grey / Charcoal",
          "value": "grey/charcoal",
          "description": "Modern grey palette.",
          "image": {
            "url": "/images/ai/tool/pool/pool_deck_color_family-grey-charcoal.jpg",
            "alt": "Pool deck in grey charcoal color family with modern palette"
          }
        },
        {
          "label": "Brown / Earth tones",
          "value": "brown/earth tones",
          "description": "Rich earthy mix.",
          "image": {
            "url": "/images/ai/tool/pool/pool_deck_color_family-brown-earth.jpg",
            "alt": "Pool deck in brown earth tones color family with rich earthy mix"
          }
        }
      ]
    },
    {
      "key": "dropzone",
      "title": "Add a photo for better results",
      "type": "dropzone"
    },
    {
      "key": "generate",
      "title": "Generating your design",
      "type": "generate"
    }
  ],
  "driveway": [
    {
      "key": "paver_material",
      "title": "What paver material are you most interested in?",
      "type": "select",
      "prompt": "using {{answer}} pavers",
      "options": [
        {
          "label": "Concrete Pavers",
          "value": "concrete pavers",
          "description": "Durable concrete paving.",
          "image": {
            "url": "/images/ai/tool/driveway/paver_material-concrete.jpg",
            "alt": "Durable concrete pavers for driveway construction"
          }
        },
        {
          "label": "Travertine",
          "value": "travertine",
          "description": "Elegant natural travertine.",
          "image": {
            "url": "/images/ai/tool/driveway/paver_material-travertine.jpg",
            "alt": "Elegant natural travertine pavers for driveway"
          }
        },
        {
          "label": "Porcelain",
          "value": "porcelain",
          "description": "Sleek porcelain surface.",
          "image": {
            "url": "/images/ai/tool/driveway/paver_material-porcelain.jpg",
            "alt": "Sleek porcelain pavers with modern surface finish"
          }
        },
        {
          "label": "Clay Brick",
          "value": "clay brick",
          "description": "Traditional Old Chicago.",
          "image": {
            "url": "/images/ai/tool/driveway/paver_material-clay-chicago.png",
            "alt": "Traditional Old Chicago clay brick pavers for driveway"
          }
        }
      ]
    },
    {
      "key": "concrete_color_family",
      "title": "Which color family best suits your style or home exterior?",
      "type": "select",
      "prompt": "in a {{answer}} color family",
      "options": [
        {
          "label": "Earth Tones",
          "value": "earth tones",
          "description": "Classic natural earth hues",
          "image": {
            "url": "/images/ai/tool/driveway/concrete_color_family-earth.jpg",
            "alt": "Traditional earth tone concrete pavers in warm brown and tan colors for driveway"
          }
        },
        {
          "label": "Greys",
          "value": "greys",
          "description": "Sleek and modern finish",
          "image": {
            "url": "/images/ai/tool/driveway/concrete_color_family-greys.jpg",
            "alt": "Modern grey concrete pavers in cool charcoal and slate tones for driveway"
          }
        }
      ],
      "displayIf": {
        "field": "paver_material",
        "value": [
          "concrete pavers"
        ]
      }
    },
    {
      "key": "color_family",
      "title": "Which color family best suits your style or home exterior?",
      "type": "select",
      "prompt": "in a {{answer}} color family",
      "displayIf": {
        "field": "paver_material",
        "value": [
          "porcelain"
        ]
      },
      "options": [
        {
          "label": "Beige/Ivory/Soft gray",
          "value": "light neutrals (beige, ivory, soft gray)",
          "description": "Bright, airy palette.",
          "image": {
            "url": "/images/ai/tool/driveway/color_family-ivory-cream.jpg",
            "alt": "Light neutral driveway colors in beige ivory and soft gray palette"
          }
        },
        {
          "label": "Tan / Brown / Sandstone",
          "value": "earth tones (tan, brown, sandstone)",
          "description": "Warm, natural hues.",
          "image": {
            "url": "/images/ai/tool/driveway/color_family-brown-earth.jpg",
            "alt": "Earth tone driveway colors in tan brown and sandstone hues"
          }
        },
        {
          "label": "Gray / Charcoal / Blue Hues",
          "value": "cool tones",
          "description": "Modern cool shades.",
          "image": {
            "url": "/images/ai/tool/driveway/color_family-grey-charcoal.jpg",
            "alt": "Cool tone driveway colors in gray charcoal and blue hues"
          }
        },
        {
          "label": "Off-White",
          "value": "white",
          "description": "Minimalist white.",
          "image": {
            "url": "/images/ai/tool/driveway/color_family-off-white.jpg",
            "alt": "White tone driveway colors in off-white"
          }
        }
      ]
    },
    {
      "key": "border_accent",
      "title": "Would you like to include any border or accent patterns?",
      "type": "select",
      "prompt": "{{answer}} border/accent pattern",
      "options": [
        {
          "label": "Yes",
          "value": "a contrasting border",
          "description": "A contrasting border.",
          "image": {
            "url": "/images/ai/tool/driveway/border_accent-yes.jpg",
            "alt": "Driveway with contrasting border and accent patterns"
          }
        },
        {
          "label": "No border",
          "value": "no",
          "description": "Keep it clean and simple.",
          "image": {
            "url": "/images/ai/tool/driveway/border_accent-no.jpg",
            "alt": "Clean simple driveway without border or accent patterns"
          }
        }
      ]
    },
    {
      "key": "grass_joint",
      "title": "Are you interested in a grass or turf joint design between the pavers?",
      "type": "select",
      "prompt": "{{answer}} grass/turf joint design",
      "options": [
        {
          "label": "Yes",
          "value": "including",
          "description": "I love the modern grid look with grass",
          "image": {
            "url": "/images/ai/tool/driveway/grass_joint-yes.jpg",
            "alt": "Modern driveway with grass joints between pavers in grid pattern"
          }
        },
        {
          "label": "No",
          "value": "excluding",
          "description": "I prefer full paver coverage",
          "image": {
            "url": "/images/ai/tool/driveway/grass_joint-no.jpg",
            "alt": "Solid driveway with full paver coverage without grass joints"
          }
        }
      ]
    },
    {
      "key": "driveway_style",
      "title": "Do you prefer a classic or modern driveway design?",
      "type": "select",
      "prompt": "with a {{answer}} driveway style",
      "options": [
        {
          "label": "Classic and timeless",
          "value": "classic",
          "description": "Traditional driveway look.",
          "image": null
        },
        {
          "label": "Sleek and modern",
          "value": "modern",
          "description": "Minimal, contemporary style.",
          "image": null
        },
        {
          "label": "Rustic or Mediterranean",
          "value": "rustic/med",
          "description": "Old-world rustic charm.",
          "image": null
        },
        {
          "label": "No strong preference",
          "value": "no preference",
          "description": "Flexible on style.",
          "image": null
        }
      ]
    },
    {
      "key": "dropzone",
      "title": "Add a photo for better results",
      "type": "dropzone"
    },
    {
      "key": "generate",
      "title": "Generating your design",
      "type": "generate"
    }
  ]
}
