heading_analysis_success_response

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"
    }
}
categories
Required

Identifies type of issue (errors or alerts).

statistics
Required

Statistics details related to the Heading Analysis Functionality.

status
Required

A JSON object that provides details about the success response.

Returned By