crest_categories
crest_categories
Identifies type of issue (errors or alerts).
JSON Example
{
"alert": {
"count": 0,
"description": "string",
"items": {
"cr_heading_unrelated": {
"count": 0,
"description": "string",
"id": "string",
"level": "string",
"xpaths": []
}
}
},
"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": []
},
"cr_captions_missing": {
"count": 0,
"description": "string",
"id": "string",
"level": "string"
},
"cr_transcript_missing": {
"count": 0,
"description": "string",
"id": "string",
"level": "string"
}
}
}
}