{
  "version": "2.0.0",
  "goal": "Check the accessibility of the gallery fixture store",
  "origin": "https://productgrid.test",
  "grants": [
    "readertree",
    "readoutline",
    "readmeta",
    "verifyvisible"
  ],
  "steps": [
    {
      "id": "tree",
      "kind": "readertree",
      "label": "Read the reader tree of the page"
    },
    {
      "id": "outline",
      "kind": "readoutline",
      "label": "Read the heading outline"
    },
    {
      "id": "meta",
      "kind": "readmeta",
      "label": "Read the page metadata"
    },
    {
      "id": "labels",
      "kind": "verifyvisible",
      "label": "Verify the gallery labels render",
      "target": ".gallery img"
    }
  ]
}
