[{"label":"Latest (1.0.0)","version":"latest"}]
crest
FocusIndicatorErrors
Error details related to the Focus Indicator Issue IDs.
Properties
integer
count
Optional
Represents the count of the issue.
string
description
Optional
A brief description of the error.
items
Optional
List of Issue IDs that are checked by the Keyboard Focus Indicator Functionality.
JSON Example
{
"count": 0,
"description": "string",
"items": {
"cr_focus_low": {
"count": 0,
"description": "string",
"id": "string",
"level": "string"
},
"cr_focus_missing": {
"count": 0,
"description": "string",
"id": "string",
"level": "string"
}
}
}