[{"label":"Latest (1.0.0)","version":"latest"}]
crest
CcTranscriptIssueItem
A JSON object that contains information of the CC and Transcript check Issue Item.
Properties
integer as int32
count
Required
Represents the count of the issue.
string
description
Required
Brief description of the issue.
string
id
Required
Issue ID name given by Crest.
string
level
Required
Refers to the conformance level defined by WCAG.
JSON Example
{
"count": 0,
"description": "string",
"id": "string",
"level": "string"
}