heading_analysis_success_response
heading_analysis_success_response
A JSON object that contains information of the Heading Analysis success response.
JSON Example
{
"categories": {
"alert": {
"count": 0,
"description": "string",
"items": {
"cr_heading_unrelated": {
"count": 0,
"description": "string",
"id": "string",
"level": "string",
"xpaths": []
}
}
}
},
"statistics": {
"allitemcount": 0,
"pageurl": "string",
"time": "number",
"totalelements": 0
},
"status": {
"httpstatuscode": 0,
"success": "string"
}
}