An audit assessing accessibility compliance
An accessibility audit is the act of checking a product against an accessibility standard and recording what it finds. It is the evidenceEvidenceValidationData supporting or refuting a hypothesisView reference → that a conformance claim is real. A standard states what must be true and a guideline gives each rule a test, but only an audit produces the verdict, paired with a list of the specific violations standing between the product and conformance.
A team audits its checkout flow against WCAG 2.2 Level AA. The work runs in three passes. An automated scanner catches the cheap, mechanical failures (missing form labels, a low-contrast button) in minutes. Manual keyboard-and-screen-reader testing then catches what tools cannot judge, such as a focus order that jumps illogically across a modal. Finally a screen-reader user works the flow end to end on assistive technology. The audit closes with twenty-three discovered issues, each tagged to the guideline it breaks and a severity. That document is what the team hands a buyer who asks for proof of conformance.
In the Unified Product Graph, an accessibility audit connects a product to its conformance evidence. The product is examined through Productaudited byA11y Audithierarchy, and the audit proves the target via product_audited_by_a11y_auditA11y Standardverified byA11y Audithierarchy. Each finding hangs off the audit through a11y_standard_verified_by_a11y_auditA11y AuditdiscoversA11y Issuehierarchy, and the scope of what was tested is recorded with a11y_audit_discovers_a11y_issueA11y AuditcoversFeaturecross-domain. That structure makes a conformance claim auditable in the literal sense: the assertion, the standard it targets, the featuresFeatureProduct SpecificationA product capability or featureView reference → in scope, and every open issue all sit on one connected path.a11y_audit_covers_feature
Type-specific fields on BaseNode
methodstringHow the audit was conducted
scopestringWhat was audited (e.g. "homepage", "checkout flow")
conformance_resultstringOverall conformance result
violations_countnumberNumber of accessibility violations found
passes_countnumberNumber of checks that passed
incomplete_countnumberNumber of checks that could not be completed
scorenumberAggregate accessibility score (0-100)
toolstringTool used to perform the audit
tool_versionstringVersion of the audit tool
url_testedstringURL of the page tested
audit_datestringDate the audit was conducted (ISO format)
idstringrequiredUnique identifier (UUID)
typeNodeTyperequiredDiscriminator for the entity type
titlestringrequiredDisplay name
descriptionstringOptional detailed description
statusstringLifecycle status
tagsstring[]Freeform tags for filtering
5 phases — initial: planning · template: OPERATIONAL
4 edge types connected to this entity.
product_audited_by_a11y_audita11y_standard_verified_by_a11y_audita11y_audit_discovers_a11y_issuea11y_audit_covers_feature