[{"label":"Latest (1.0.0)","version":"latest"}]
crest

IssueItem

A JSON object that contains information about the issue.


Properties

integer as int32
count Required

Represents the count of the issue.


string
description Required

Brief description of the issue.


string
id Required

Issue ID name given by Crest.


string
level Required

Refers to the conformance level defined by WCAG.


array
xpaths Optional

Location of failed elements identified by paths and css selectors. Default is xpaths. However, the key i.e. “xpaths” will be changed to “selectors” if reporttype 4 is given.

JSON Example

{
	"count": 0,
	"description": "string",
	"id": "string",
	"level": "string"
}
[{"label":"Latest (1.0.0)","version":"latest"}]
crest
Property Of

CrestAlertItems
CrestErrorItems
FocusIndicatorItems
HeadingAnalysisItems

Feedback

Was this page helpful?