Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.52 KB

File metadata and controls

40 lines (25 loc) · 1.52 KB

CheckIssue

Properties

Name Type Description Notes
id String [optional]
checkName CheckNameEnum Identifier of the check that reported this issue. One of: `translation_content_length`, `translation_placeholder_usage`, `translation_glossary_usage`. [optional]
state StateEnum Current state of the check issue. One of: `active`, `solved`, `dismissed`. [optional]
description String Human-readable description of the reported issue, always in English. This message is intended for display only. Its wording may change at any time and it should not be parsed or relied upon programmatically. [optional]
dismissedAt OffsetDateTime [optional]
solvedAt OffsetDateTime [optional]
createdAt OffsetDateTime [optional]
updatedAt OffsetDateTime [optional]
translation Translation [optional]

Enum: CheckNameEnum

Name Value
CONTENT_LENGTH "translation_content_length"
PLACEHOLDER_USAGE "translation_placeholder_usage"
GLOSSARY_USAGE "translation_glossary_usage"

Enum: StateEnum

Name Value
ACTIVE "active"
SOLVED "solved"
DISMISSED "dismissed"