{
  "version": "2.0.0",
  "goal": "Scrape the image gallery inventory of the gallery fixture store",
  "origin": "https://productgrid.test",
  "grants": ["observe", "readimages", "verifyvisible", "exportcsv"],
  "steps": [
    { "id": "observe", "kind": "observe", "label": "Observe the product image gallery" },
    { "id": "images", "kind": "readimages", "label": "Read the gallery image inventory" },
    { "id": "visible", "kind": "verifyvisible", "label": "Verify the gallery images render", "target": ".gallery img" },
    { "id": "export", "kind": "exportcsv", "label": "Export the asset manifest", "gate": true, "options": "{\"name\":\"gallery-assets\"}" }
  ]
}
