https://platform.codeclimate.com/schemas/code-issue
An issue with a source code file, like a bug risk or vulnerability.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | CodeIssue.schema.json |
object
(CodeIssue)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
_type | string |
Required | cannot be null | CodeIssue |
id | string |
Required | cannot be null | CodeIssue |
self | string |
Required | cannot be null | CodeIssue |
checkName | string |
Optional | cannot be null | CodeIssue |
title | string |
Required | cannot be null | CodeIssue |
message | string |
Optional | cannot be null | CodeIssue |
source | string |
Optional | cannot be null | CodeIssue |
severity | string |
Optional | cannot be null | CodeIssue |
status | string |
Optional | cannot be null | CodeIssue |
statusDetails | string |
Optional | cannot be null | CodeIssue |
statusUpdatedAt | string |
Optional | cannot be null | CodeIssue |
statusUpdatedBy | Merged | Optional | cannot be null | CodeIssue |
rawDetails | string |
Optional | cannot be null | CodeIssue |
path | string |
Optional | cannot be null | CodeIssue |
location | object |
Optional | cannot be null | CodeIssue |
estimatedRemediationMinutes | integer |
Optional | cannot be null | CodeIssue |
categories | array |
Optional | cannot be null | CodeIssue |
htmlUrl | string |
Optional | cannot be null | CodeIssue |
createdAt | string |
Optional | cannot be null | CodeIssue |
updatedAt | string |
Optional | cannot be null | CodeIssue |
deletedAt | string |
Optional | cannot be null | CodeIssue |
_type
- is required
- Type:
string
- cannot be null
- defined in: CodeIssue
string
constant: the value of this property must be equal to:
"CodeIssue"
The unique ID of this code issue.
id
- is required
- Type:
string
- cannot be null
- defined in: CodeIssue
string
The canonical URI for this record.
self
- is required
- Type:
string
- cannot be null
- defined in: CodeIssue
string
URI: the string must be a URI, according to RFC 3986
The check name of this code issue.
checkName
- is optional
- Type:
string
- cannot be null
- defined in: CodeIssue
string
The title of this code issue.
title
- is required
- Type:
string
- cannot be null
- defined in: CodeIssue
string
The message associated with this code issue.
message
- is optional
- Type:
string
- cannot be null
- defined in: CodeIssue
string
The source of this code issue.
source
- is optional
- Type:
string
- cannot be null
- defined in: CodeIssue
string
The severity of this code issue.
severity
- is optional
- Type:
string
- cannot be null
- defined in: CodeIssue
string
The status of this code issue.
status
- is optional
- Type:
string
- cannot be null
- defined in: CodeIssue
string
The details of the status of this code issue.
statusDetails
- is optional
- Type:
string
- cannot be null
- defined in: CodeIssue
string
When the status was updated.
statusUpdatedAt
- is optional
- Type:
string
- cannot be null
- defined in: CodeIssue
string
date time: the string must be a date time string, according to RFC 3339, section 5.6
The self
URI of the Actor, or a nested Actor record.
statusUpdatedBy
merged type (Details)
one (and only one) of
The raw details of this code issue.
rawDetails
- is optional
- Type:
string
- cannot be null
- defined in: CodeIssue
string
The path to this code issue.
path
- is optional
- Type:
string
- cannot be null
- defined in: CodeIssue
string
Location of the code issue.
location
object
(Details)
The estimated time it will take to fix the issue.
estimatedRemediationMinutes
- is optional
- Type:
integer
- cannot be null
- defined in: CodeIssue
integer
Code issue categories.
categories
- is optional
- Type:
string[]
- cannot be null
- defined in: CodeIssue
string[]
The URL to view this code issue.
htmlUrl
- is optional
- Type:
string
- cannot be null
- defined in: CodeIssue
string
URI: the string must be a URI, according to RFC 3986
The time code issue was created.
createdAt
- is optional
- Type:
string
- cannot be null
- defined in: CodeIssue
string
date time: the string must be a date time string, according to RFC 3339, section 5.6
The time code issue was updated.
updatedAt
- is optional
- Type:
string
- cannot be null
- defined in: CodeIssue
string
date time: the string must be a date time string, according to RFC 3339, section 5.6
The time code issue was deleted.
deletedAt
- is optional
- Type:
string
- cannot be null
- defined in: CodeIssue
string
date time: the string must be a date time string, according to RFC 3339, section 5.6