{
  "version": "2.0.0",
  "goal": "Check the links of the gallery fixture store",
  "origin": "https://productgrid.test",
  "grants": ["observe", "readlinks", "countelements", "detecthttp"],
  "steps": [
    { "id": "observe", "kind": "observe", "label": "Observe the linked page" },
    { "id": "links", "kind": "readlinks", "label": "Read the page links" },
    { "id": "anchors", "kind": "countelements", "label": "Count the page anchors", "target": ".product-grid a" },
    { "id": "protocols", "kind": "detecthttp", "label": "Check the link protocols" }
  ]
}
