{
  "engine": {
    "id": "accesshawk",
    "name": "AccessHawk Engine",
    "version": "3.0",
    "license": "Proprietary",
    "enabled": true,
    "needsDom": false
  },
  "engines": [
    {
      "id": "accesshawk",
      "name": "AccessHawk Engine",
      "version": "3.0",
      "license": "Proprietary",
      "enabled": true,
      "needsDom": false
    },
    {
      "id": "alfa",
      "name": "Siteimprove Alfa",
      "version": null,
      "license": "MIT",
      "enabled": false,
      "needsDom": true,
      "note": "ACT-conformant. Requires a rendered DOM with computed styles — enable once a headless-browser capture step is in front of the analyzer."
    },
    {
      "id": "equal-access",
      "name": "IBM Equal Access",
      "version": null,
      "license": "Apache-2.0",
      "enabled": false,
      "needsDom": true,
      "note": "ACT-conformant, with Section 508 and EN 301 549 mappings pre-built. Same DOM requirement as Alfa."
    }
  ],
  "actRulesFormat": "1.1",
  "generatedAt": "2026-07-30T02:44:13.761Z",
  "summary": {
    "totalChecks": 66,
    "mappedToActRules": 48,
    "distinctActRules": 39,
    "partialImplementations": 26,
    "relatedOnly": 22,
    "noActRule": 18,
    "deprecatedRules": 3,
    "completeImplementations": 0
  },
  "disclosure": "Engine v3.0 analyses served HTML and linked CSS. It does not build a rendered DOM or compute styles, so no check is claimed as a complete ACT implementation. Rule IDs are published so any claim here can be checked against the W3C ACT rules index. Rules flagged deprecated have been withdrawn from that index — mostly because WCAG 2.2 removed success criterion 4.1.1 Parsing — and we keep the underlying checks because they still catch real markup faults, but we do not count them as current ACT coverage.",
  "checks": [
    {
      "check": "images-alt",
      "title": "Images missing text alternatives",
      "category": "error",
      "severity": "critical",
      "wcag": "1.1.1 Non-text Content",
      "act": {
        "id": "23a2a8",
        "name": "Image has non-empty accessible name",
        "sc": [
          "1.1.1"
        ],
        "conformance": "partial"
      }
    },
    {
      "check": "form-labels",
      "title": "Form fields without labels",
      "category": "error",
      "severity": "critical",
      "wcag": "1.3.1 / 4.1.2 Labels",
      "act": {
        "id": "e086e5",
        "name": "Form field has non-empty accessible name",
        "sc": [
          "4.1.2"
        ],
        "conformance": "partial"
      }
    },
    {
      "check": "empty-links",
      "title": "Links with no accessible name",
      "category": "error",
      "severity": "critical",
      "wcag": "2.4.4 Link Purpose",
      "act": {
        "id": "c487ae",
        "name": "Link has non-empty accessible name",
        "sc": [
          "4.1.2",
          "2.4.4"
        ],
        "conformance": "partial"
      }
    },
    {
      "check": "empty-buttons",
      "title": "Buttons with no accessible name",
      "category": "error",
      "severity": "critical",
      "wcag": "4.1.2 Name, Role, Value",
      "act": {
        "id": "97a4e1",
        "name": "Button has non-empty accessible name",
        "sc": [
          "4.1.2"
        ],
        "conformance": "partial"
      }
    },
    {
      "check": "html-lang",
      "title": "Page language not declared",
      "category": "error",
      "severity": "critical",
      "wcag": "3.1.1 Language of Page",
      "act": {
        "id": "b5c3f8",
        "name": "HTML page has lang attribute",
        "sc": [
          "3.1.1"
        ],
        "conformance": "partial"
      }
    },
    {
      "check": "low-contrast",
      "title": "Low color contrast",
      "category": "contrast",
      "severity": "serious",
      "wcag": "1.4.3 Contrast (Minimum)",
      "act": {
        "id": "afw4f7",
        "name": "Text has minimum contrast",
        "sc": [
          "1.4.3"
        ],
        "conformance": "related"
      }
    },
    {
      "check": "video-captions",
      "title": "Video without a captions track",
      "category": "error",
      "severity": "serious",
      "wcag": "1.2.2 Captions",
      "act": {
        "id": "f51b46",
        "name": "Video element auditory content has captions",
        "sc": [
          "1.2.2"
        ],
        "conformance": "related"
      }
    },
    {
      "check": "page-title",
      "title": "Missing or empty page title",
      "category": "error",
      "severity": "serious",
      "wcag": "2.4.2 Page Titled",
      "act": {
        "id": "2779a5",
        "name": "HTML page has non-empty title",
        "sc": [
          "2.4.2"
        ],
        "conformance": "partial"
      }
    },
    {
      "check": "iframe-titles",
      "title": "Embedded frames without titles",
      "category": "error",
      "severity": "serious",
      "wcag": "4.1.2 Name, Role, Value",
      "act": {
        "id": "cae760",
        "name": "Iframe element has non-empty accessible name",
        "sc": [
          "4.1.2"
        ],
        "conformance": "partial"
      }
    },
    {
      "check": "zoom-disabled",
      "title": "Pinch-to-zoom disabled",
      "category": "error",
      "severity": "serious",
      "wcag": "1.4.4 Resize Text",
      "act": {
        "id": "b4f0c3",
        "name": "Meta viewport allows for zoom",
        "sc": [
          "1.4.4"
        ],
        "conformance": "partial"
      }
    },
    {
      "check": "table-headers",
      "title": "Data tables without header cells",
      "category": "alert",
      "severity": "serious",
      "wcag": "1.3.1 Info and Relationships",
      "act": {
        "id": "d0f69e",
        "name": "Table header cell has assigned cells",
        "sc": [
          "1.3.1"
        ],
        "conformance": "related"
      }
    },
    {
      "check": "heading-structure",
      "title": "Broken heading structure",
      "category": "alert",
      "severity": "serious",
      "wcag": "1.3.1 / 2.4.6 Headings",
      "act": {
        "id": null,
        "name": null,
        "sc": [
          "1.3.1",
          "2.4.6"
        ],
        "conformance": "none"
      }
    },
    {
      "check": "autoplay-media",
      "title": "Auto-playing media",
      "category": "alert",
      "severity": "serious",
      "wcag": "1.4.2 Audio Control",
      "act": {
        "id": "80f0bf",
        "name": "Audio or video element avoids automatically playing audio",
        "sc": [
          "1.4.2"
        ],
        "conformance": "related"
      }
    },
    {
      "check": "meta-refresh",
      "title": "Timed page refresh or redirect",
      "category": "alert",
      "severity": "serious",
      "wcag": "2.2.1 Timing Adjustable",
      "act": {
        "id": "bc659a",
        "name": "Meta element has no refresh delay",
        "sc": [
          "2.2.1"
        ],
        "conformance": "partial"
      }
    },
    {
      "check": "aria-hidden-focus",
      "title": "Interactive elements hidden from assistive tech",
      "category": "alert",
      "severity": "serious",
      "wcag": "4.1.2 Name, Role, Value",
      "act": {
        "id": "6cfa84",
        "name": "Element with aria-hidden has no content in sequential focus navigation",
        "sc": [
          "4.1.2"
        ],
        "conformance": "partial"
      }
    },
    {
      "check": "marquee-blink",
      "title": "Scrolling or blinking content",
      "category": "error",
      "severity": "serious",
      "wcag": "2.2.2 Pause, Stop, Hide",
      "act": {
        "id": "efbfc7",
        "name": "Text content that changes automatically can be paused, stopped or hidden",
        "sc": [
          "2.2.2"
        ],
        "conformance": "related"
      }
    },
    {
      "check": "vague-links",
      "title": "Vague link text (“click here”, “read more”)",
      "category": "alert",
      "severity": "moderate",
      "wcag": "2.4.4 Link Purpose",
      "act": {
        "id": "5effbb",
        "name": "Link in context is descriptive",
        "sc": [
          "2.4.4"
        ],
        "conformance": "related"
      }
    },
    {
      "check": "positive-tabindex",
      "title": "Forced tab order (tabindex > 0)",
      "category": "alert",
      "severity": "moderate",
      "wcag": "2.4.3 Focus Order",
      "act": {
        "id": null,
        "name": null,
        "sc": [
          "2.4.3"
        ],
        "conformance": "none"
      }
    },
    {
      "check": "no-main-landmark",
      "title": "No main content landmark",
      "category": "alert",
      "severity": "moderate",
      "wcag": "1.3.1 Info and Relationships",
      "act": {
        "id": "b40fd1",
        "name": "Document has a landmark with non-repeated content",
        "sc": [],
        "conformance": "related"
      }
    },
    {
      "check": "no-skip-link",
      "title": "No skip-to-content link",
      "category": "alert",
      "severity": "moderate",
      "wcag": "2.4.1 Bypass Blocks",
      "act": {
        "id": "cf77f2",
        "name": "Bypass Blocks of Repeated Content",
        "sc": [
          "2.4.1"
        ],
        "conformance": "related"
      }
    },
    {
      "check": "duplicate-ids",
      "title": "Duplicate element IDs",
      "category": "alert",
      "severity": "moderate",
      "wcag": "4.1.1 Parsing",
      "act": {
        "id": "3ea0c8",
        "name": "Id attribute value is unique",
        "sc": [
          "4.1.1"
        ],
        "conformance": "partial",
        "deprecated": true
      }
    },
    {
      "check": "empty-heading",
      "title": "Empty headings",
      "category": "error",
      "severity": "moderate",
      "wcag": "1.3.1 / 2.4.6 Headings",
      "act": {
        "id": "ffd0e9",
        "name": "Heading has non-empty accessible name",
        "sc": [
          "1.3.1"
        ],
        "conformance": "partial"
      }
    },
    {
      "check": "redundant-alt",
      "title": "Redundant alt text (“image of…”, “logo of…”)",
      "category": "alert",
      "severity": "moderate",
      "wcag": "1.1.1 Non-text Content",
      "act": {
        "id": "qt1vmo",
        "name": "Image accessible name is descriptive",
        "sc": [
          "1.1.1"
        ],
        "conformance": "related"
      }
    },
    {
      "check": "image-button-no-name",
      "title": "Image buttons with no accessible name",
      "category": "error",
      "severity": "critical",
      "wcag": "1.1.1 / 4.1.2 Image Button Name",
      "act": {
        "id": "59796f",
        "name": "Image button has non-empty accessible name",
        "sc": [
          "1.1.1",
          "4.1.2"
        ],
        "conformance": "partial"
      }
    },
    {
      "check": "svg-no-name",
      "title": "Meaningful SVG graphics with no accessible name",
      "category": "error",
      "severity": "serious",
      "wcag": "1.1.1 Non-text Content",
      "act": {
        "id": "7d6734",
        "name": "SVG element with explicit role has non-empty accessible name",
        "sc": [
          "1.1.1"
        ],
        "conformance": "partial"
      }
    },
    {
      "check": "object-no-name",
      "title": "Embedded objects with no accessible name",
      "category": "error",
      "severity": "serious",
      "wcag": "1.1.1 Non-text Content",
      "act": {
        "id": "8fc3b6",
        "name": "Object element rendering non-text content has non-empty accessible name",
        "sc": [
          "1.1.1"
        ],
        "conformance": "partial"
      }
    },
    {
      "check": "menuitem-no-name",
      "title": "Menu items with no accessible name",
      "category": "error",
      "severity": "serious",
      "wcag": "4.1.2 Name, Role, Value",
      "act": {
        "id": "m6b1q3",
        "name": "Menuitem has non-empty accessible name",
        "sc": [
          "4.1.2"
        ],
        "conformance": "partial"
      }
    },
    {
      "check": "role-invalid",
      "title": "Invalid ARIA role values",
      "category": "error",
      "severity": "serious",
      "wcag": "1.3.1 Info and Relationships",
      "act": {
        "id": "674b10",
        "name": "Role attribute has valid value",
        "sc": [
          "1.3.1"
        ],
        "conformance": "partial"
      }
    },
    {
      "check": "lang-invalid",
      "title": "Page language tag is not a valid language",
      "category": "error",
      "severity": "serious",
      "wcag": "3.1.1 Language of Page",
      "act": {
        "id": "bf051a",
        "name": "HTML page lang attribute has valid language tag",
        "sc": [
          "3.1.1"
        ],
        "conformance": "partial"
      }
    },
    {
      "check": "lang-xml-mismatch",
      "title": "lang and xml:lang disagree",
      "category": "alert",
      "severity": "moderate",
      "wcag": "3.1.1 Language of Page",
      "act": {
        "id": "5b7ae0",
        "name": "HTML page lang and xml:lang attributes have matching values",
        "sc": [
          "3.1.1"
        ],
        "conformance": "partial",
        "deprecated": true
      }
    },
    {
      "check": "lang-part-invalid",
      "title": "Invalid language tag on page content",
      "category": "alert",
      "severity": "moderate",
      "wcag": "3.1.2 Language of Parts",
      "act": {
        "id": "de46e4",
        "name": "Element with lang attribute has valid language tag",
        "sc": [
          "3.1.2"
        ],
        "conformance": "partial"
      }
    },
    {
      "check": "aria-undefined",
      "title": "ARIA attributes that don't exist",
      "category": "alert",
      "severity": "moderate",
      "wcag": "4.1.2 Name, Role, Value",
      "act": {
        "id": "5f99a7",
        "name": "ARIA attribute is defined in WAI-ARIA",
        "sc": [],
        "conformance": "partial"
      }
    },
    {
      "check": "autocomplete-invalid",
      "title": "Invalid autocomplete values",
      "category": "alert",
      "severity": "moderate",
      "wcag": "1.3.5 Identify Input Purpose",
      "act": {
        "id": "73f2c2",
        "name": "Autocomplete attribute has valid value",
        "sc": [
          "1.3.5"
        ],
        "conformance": "partial"
      }
    },
    {
      "check": "duplicate-attr",
      "title": "Duplicated attributes on one element",
      "category": "alert",
      "severity": "moderate",
      "wcag": "4.1.1 Parsing",
      "act": {
        "id": "e6952f",
        "name": "Attribute is not duplicated",
        "sc": [
          "4.1.1"
        ],
        "conformance": "partial",
        "deprecated": true
      }
    },
    {
      "check": "iframe-dup-name",
      "title": "Frames sharing one title but different content",
      "category": "alert",
      "severity": "moderate",
      "wcag": "4.1.2 Name, Role, Value",
      "act": {
        "id": "4b1c6c",
        "name": "Iframe elements with identical accessible names have equivalent purpose",
        "sc": [
          "4.1.2"
        ],
        "conformance": "partial"
      }
    },
    {
      "check": "layout-table",
      "title": "Tables used for page layout",
      "category": "alert",
      "severity": "moderate",
      "wcag": "1.3.1 Info and Relationships",
      "act": {
        "id": "d0f69e",
        "name": "Table header cell has assigned cells",
        "sc": [
          "1.3.1"
        ],
        "conformance": "related"
      }
    },
    {
      "check": "noscript-element",
      "title": "noscript content needs review",
      "category": "alert",
      "severity": "moderate",
      "wcag": "Manual review",
      "act": {
        "id": null,
        "name": null,
        "sc": [],
        "conformance": "none"
      }
    },
    {
      "check": "redundant-link",
      "title": "Adjacent links to the same destination",
      "category": "alert",
      "severity": "moderate",
      "wcag": "2.4.4 Link Purpose",
      "act": {
        "id": "fd3a94",
        "name": "Links with identical accessible names and same context serve equivalent purpose",
        "sc": [
          "2.4.4"
        ],
        "conformance": "related"
      }
    },
    {
      "check": "small-text",
      "title": "Very small text",
      "category": "alert",
      "severity": "moderate",
      "wcag": "1.4.4 Resize Text",
      "act": {
        "id": null,
        "name": null,
        "sc": [
          "1.4.4"
        ],
        "conformance": "none"
      }
    },
    {
      "check": "redundant-title",
      "title": "title attribute repeating the visible text",
      "category": "alert",
      "severity": "moderate",
      "wcag": "Manual review",
      "act": {
        "id": null,
        "name": null,
        "sc": [],
        "conformance": "none"
      }
    },
    {
      "check": "text-spacing-locked",
      "title": "Text spacing locked with !important",
      "category": "alert",
      "severity": "moderate",
      "wcag": "1.4.12 Text Spacing",
      "act": {
        "id": "78fd32",
        "name": "Important line height in style attributes is wide enough",
        "sc": [
          "1.4.12"
        ],
        "conformance": "related"
      }
    },
    {
      "check": "orientation-locked",
      "title": "Content locked to one screen orientation",
      "category": "error",
      "severity": "serious",
      "wcag": "1.3.4 Orientation",
      "act": {
        "id": "b33eff",
        "name": "Orientation of the page is not restricted using CSS transforms",
        "sc": [
          "1.3.4"
        ],
        "conformance": "related"
      }
    },
    {
      "check": "audio-no-alt",
      "title": "Audio needing a transcript",
      "category": "alert",
      "severity": "moderate",
      "wcag": "1.2.1 Audio-only (Prerecorded)",
      "act": {
        "id": "e7aa44",
        "name": "Audio element content has text alternative",
        "sc": [
          "1.2.1"
        ],
        "conformance": "related"
      }
    },
    {
      "check": "orphaned-label",
      "title": "Form label pointing at nothing",
      "category": "error",
      "severity": "serious",
      "wcag": "1.3.1 / 4.1.2 Labels",
      "act": {
        "id": "e086e5",
        "name": "Form field has non-empty accessible name",
        "sc": [
          "4.1.2"
        ],
        "conformance": "related"
      }
    },
    {
      "check": "title-only-label",
      "title": "Form field labelled only by a title attribute",
      "category": "alert",
      "severity": "moderate",
      "wcag": "1.3.1 / 4.1.2 Labels",
      "act": {
        "id": null,
        "name": null,
        "sc": [
          "4.1.2"
        ],
        "conformance": "none"
      }
    },
    {
      "check": "adjacent-dup-alt",
      "title": "Adjacent images with the same alternate text",
      "category": "alert",
      "severity": "moderate",
      "wcag": "1.1.1 Non-text Content",
      "act": {
        "id": "qt1vmo",
        "name": "Image accessible name is descriptive",
        "sc": [
          "1.1.1"
        ],
        "conformance": "related"
      }
    },
    {
      "check": "pdf-link",
      "title": "Link to a PDF document",
      "category": "alert",
      "severity": "moderate",
      "wcag": "1.1.1 / 1.3.1 Documents",
      "act": {
        "id": null,
        "name": null,
        "sc": [],
        "conformance": "none"
      }
    },
    {
      "check": "aria-ref-broken",
      "title": "ARIA attribute referencing an id that doesn't exist",
      "category": "error",
      "severity": "serious",
      "wcag": "1.3.1 / 4.1.2 Name, Role, Value",
      "act": {
        "id": "6a7281",
        "name": "ARIA state or property has valid value",
        "sc": [],
        "conformance": "related"
      }
    },
    {
      "check": "broken-samepage-link",
      "title": "In-page link with no matching target",
      "category": "alert",
      "severity": "moderate",
      "wcag": "2.4.1 Bypass Blocks",
      "act": {
        "id": "cf77f2",
        "name": "Bypass Blocks of Repeated Content",
        "sc": [
          "2.4.1"
        ],
        "conformance": "related"
      }
    },
    {
      "check": "no-fieldset",
      "title": "Radio or checkbox group without a fieldset",
      "category": "alert",
      "severity": "moderate",
      "wcag": "1.3.1 Info and Relationships",
      "act": {
        "id": null,
        "name": null,
        "sc": [
          "1.3.1"
        ],
        "conformance": "none"
      }
    },
    {
      "check": "empty-th",
      "title": "Empty table header cell",
      "category": "error",
      "severity": "serious",
      "wcag": "1.3.1 Info and Relationships",
      "act": {
        "id": "d0f69e",
        "name": "Table header cell has assigned cells",
        "sc": [
          "1.3.1"
        ],
        "conformance": "related"
      }
    },
    {
      "check": "long-alt",
      "title": "Very long alternate text",
      "category": "alert",
      "severity": "moderate",
      "wcag": "1.1.1 Non-text Content",
      "act": {
        "id": null,
        "name": null,
        "sc": [
          "1.1.1"
        ],
        "conformance": "none"
      }
    },
    {
      "check": "accesskey-used",
      "title": "accesskey attribute in use",
      "category": "alert",
      "severity": "moderate",
      "wcag": "2.1.1 Keyboard",
      "act": {
        "id": null,
        "name": null,
        "sc": [
          "2.1.1"
        ],
        "conformance": "none"
      }
    },
    {
      "check": "mouse-only-handler",
      "title": "Mouse-only event handler",
      "category": "error",
      "severity": "serious",
      "wcag": "2.1.1 Keyboard",
      "act": {
        "id": null,
        "name": null,
        "sc": [
          "2.1.1"
        ],
        "conformance": "none"
      }
    },
    {
      "check": "justified-text",
      "title": "Fully justified text",
      "category": "alert",
      "severity": "moderate",
      "wcag": "1.4.8 Visual Presentation",
      "act": {
        "id": null,
        "name": null,
        "sc": [
          "1.4.8"
        ],
        "conformance": "none"
      }
    },
    {
      "check": "presentation-with-alt",
      "title": "Meaningful image hidden from assistive technology",
      "category": "error",
      "severity": "serious",
      "wcag": "1.1.1 Non-text Content",
      "act": {
        "id": "46ca7f",
        "name": "Element marked as decorative is not exposed",
        "sc": [],
        "conformance": "related"
      }
    },
    {
      "check": "no-headings",
      "title": "Page has no headings at all",
      "category": "error",
      "severity": "serious",
      "wcag": "1.3.1 / 2.4.6 Headings",
      "act": {
        "id": null,
        "name": null,
        "sc": [
          "1.3.1",
          "2.4.6"
        ],
        "conformance": "none"
      }
    },
    {
      "check": "tree-unnamed-control",
      "title": "Control with no accessible name (browser-verified)",
      "category": "error",
      "severity": "critical",
      "wcag": "4.1.2 Name, Role, Value",
      "act": {
        "id": "97a4e1",
        "name": "Button has non-empty accessible name",
        "sc": [
          "4.1.2"
        ],
        "conformance": "partial"
      }
    },
    {
      "check": "tree-vague-name",
      "title": "Control named something meaningless (browser-verified)",
      "category": "alert",
      "severity": "moderate",
      "wcag": "2.4.4 Link Purpose",
      "act": {
        "id": "5effbb",
        "name": "Link in context is descriptive",
        "sc": [
          "2.4.4"
        ],
        "conformance": "related"
      }
    },
    {
      "check": "tree-empty-heading",
      "title": "Heading with no accessible name (browser-verified)",
      "category": "error",
      "severity": "moderate",
      "wcag": "1.3.1 / 2.4.6 Headings",
      "act": {
        "id": "ffd0e9",
        "name": "Heading has non-empty accessible name",
        "sc": [
          "1.3.1"
        ],
        "conformance": "partial"
      }
    },
    {
      "check": "tree-no-h1",
      "title": "No level-1 heading in the accessibility tree",
      "category": "error",
      "severity": "serious",
      "wcag": "1.3.1 / 2.4.6 Headings",
      "act": {
        "id": null,
        "name": null,
        "sc": [
          "1.3.1",
          "2.4.6"
        ],
        "conformance": "none"
      }
    },
    {
      "check": "tree-heading-skip",
      "title": "Heading levels skip (browser-verified)",
      "category": "alert",
      "severity": "moderate",
      "wcag": "1.3.1 Info and Relationships",
      "act": {
        "id": null,
        "name": null,
        "sc": [
          "1.3.1"
        ],
        "conformance": "none"
      }
    },
    {
      "check": "tree-no-landmarks",
      "title": "No landmark regions exposed (browser-verified)",
      "category": "alert",
      "severity": "moderate",
      "wcag": "1.3.1 Info and Relationships",
      "act": {
        "id": "b40fd1",
        "name": "Document has a landmark with non-repeated content",
        "sc": [],
        "conformance": "related"
      }
    },
    {
      "check": "target-size",
      "title": "Touch target smaller than 24 by 24 pixels",
      "category": "error",
      "severity": "serious",
      "wcag": "2.5.8 Target Size (Minimum)",
      "act": {
        "id": null,
        "name": null,
        "sc": [
          "2.5.8"
        ],
        "conformance": "none"
      }
    },
    {
      "check": "zero-size-control",
      "title": "Interactive element rendered at zero size",
      "category": "error",
      "severity": "serious",
      "wcag": "2.4.3 Focus Order",
      "act": {
        "id": null,
        "name": null,
        "sc": [
          "2.4.3"
        ],
        "conformance": "none"
      }
    },
    {
      "check": "offscreen-control",
      "title": "Interactive element positioned off-canvas",
      "category": "alert",
      "severity": "moderate",
      "wcag": "2.4.3 Focus Order",
      "act": {
        "id": null,
        "name": null,
        "sc": [
          "2.4.3"
        ],
        "conformance": "none"
      }
    }
  ]
}