{
  "version": "1.1.79",
  "goal": "Read the release notes of the example project",
  "origin": "https://example.org",
  "grants": ["observe", "readtext", "countelements"],
  "steps": [
    { "id": "observe", "kind": "observe", "label": "Observe the release page" },
    { "id": "read", "kind": "readtext", "label": "Read the release notes text", "target": "main" },
    { "id": "count", "kind": "countelements", "label": "Count the release sections", "target": "main section" }
  ]
}
