{
  "version": "2.0.0",
  "goal": "Scrape the dynamic prices of the gallery fixture dashboard",
  "origin": "https://dashboard.test",
  "grants": ["observe", "waitelement", "readtext", "watchmutate", "exportcsv"],
  "steps": [
    { "id": "observe", "kind": "observe", "label": "Observe the live price ticker" },
    { "id": "settle", "kind": "waitelement", "label": "Wait for the ticker element", "target": ".price-ticker", "options": "{\"wait\":2000}" },
    { "id": "ticker", "kind": "readtext", "label": "Read the current prices", "target": ".price-ticker" },
    { "id": "changes", "kind": "watchmutate", "label": "Watch the price mutations" },
    { "id": "export", "kind": "exportcsv", "label": "Export the price series", "gate": true, "options": "{\"name\":\"price-series\"}" }
  ]
}
