focus_indicator_success_response
focus_indicator_success_response
A JSON object that contains information of the Focus Indicator success response.
JSON Example
{
"categories": {
"error": {
"count": 0,
"description": "string",
"items": {
"cr_focus_low": {
"count": 0,
"description": "string",
"id": "string",
"level": "string",
"xpaths": []
},
"cr_focus_missing": {
"count": 0,
"description": "string",
"id": "string",
"level": "string",
"xpaths": []
}
}
}
},
"statistics": {
"allitemcount": 0,
"pageurl": "string",
"time": "number",
"totalelements": 0
},
"status": {
"httpstatuscode": 0,
"success": "string"
}
}