[{"label":"Latest (1.0.0)","version":"latest"}]
crest

CrestCategories

Identifies type of issue (errors or alerts).


Properties

alert Optional

Details related to Alert that contains count, description, etc.


error Optional

Details related to Error that contains count, description, etc.

JSON Example

{
	"alert": {
		"count": 0,
		"description": "string",
		"items": {
			"cr_heading_unrelated": {
				"count": 0,
				"description": "string",
				"id": "string",
				"level": "string"
			}
		}
	},
	"error": {
		"count": 0,
		"description": "string",
		"items": {
			"cr_captions_missing": {
				"count": 0,
				"description": "string",
				"id": "string",
				"level": "string"
			},
			"cr_focus_low": {
				"count": 0,
				"description": "string",
				"id": "string",
				"level": "string"
			},
			"cr_focus_missing": {
				"count": 0,
				"description": "string",
				"id": "string",
				"level": "string"
			},
			"cr_transcript_missing": {
				"count": 0,
				"description": "string",
				"id": "string",
				"level": "string"
			}
		}
	}
}
[{"label":"Latest (1.0.0)","version":"latest"}]
crest
Property Of

CrestSuccessResponse

Feedback

Was this page helpful?