[{"label":"Latest (1.0.0)","version":"latest"}]
crest
CcTranscriptErrors
Error details related to the CC and Transcript Issue IDs.
Properties
integer
count
Optional
Number of errors
string
description
Optional
Description of the error
items
Optional
A JSON object represents issues related to the Closed Captioning and Transcript check.
JSON Example
{
"count": 0,
"description": "string",
"items": {
"cr_captions_missing": {
"count": 0,
"description": "string",
"id": "string",
"level": "string"
},
"cr_transcript_missing": {
"count": 0,
"description": "string",
"id": "string",
"level": "string"
}
}
}