[
  {
    "id": "landmark-one-main",
    "impact": "moderate",
    "tags": [
      "cat.semantics",
      "best-practice"
    ],
    "description": "Ensure the document has a main landmark",
    "help": "Document should have one main landmark",
    "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
    "nodes": [
      {
        "any": [],
        "all": [
          {
            "id": "page-has-main",
            "data": null,
            "relatedNodes": [],
            "impact": "moderate",
            "message": "Document does not have a main landmark"
          }
        ],
        "none": [],
        "impact": "moderate",
        "html": "<html>",
        "target": [
          "html"
        ],
        "failureSummary": "Fix all of the following:\n  Document does not have a main landmark"
      }
    ]
  }
]