[{"label":"Latest (1.0.0)","version":"latest"}]
crest
HeadingAnalysisAlerts
Alert details related to the Heading Analysis Issue IDs.
Properties
integer
count
Optional
Represents the number of alerts
string
description
Optional
A brief description of the alert.
items
Optional
A JSON object represents issues related to the Heading Analysis check.
JSON Example
{
"count": 0,
"description": "string",
"items": {
"cr_heading_unrelated": {
"count": 0,
"description": "string",
"id": "string",
"level": "string"
}
}
}