issue_item

issue_item
issue_item

A JSON object that contains information about the issue.

JSON Example
{
    "count": 0,
    "description": "string",
    "id": "string",
    "level": "string",
    "xpaths": []
}
integer As int32 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 of xpaths
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.