https://platform.codeclimate.com/schemas/board
Boards depict issues moving across Statuses.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | Board.schema.json |
object
(Board)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
_type | string |
Required | cannot be null | Board |
id | string |
Required | cannot be null | Board |
self | string |
Required | cannot be null | Board |
name | string |
Required | cannot be null | Board |
boardType | string |
Required | cannot be null | Board |
createdAt | string |
Optional | cannot be null | Board |
updatedAt | string |
Optional | cannot be null | Board |
deletedAt | string |
Optional | cannot be null | Board |
_type
- is required
- Type:
string
- cannot be null
- defined in: Board
string
constant: the value of this property must be equal to:
"Board"
The unique ID of this board.
id
- is required
- Type:
string
- cannot be null
- defined in: Board
string
The canonical URI for this record.
self
- is required
- Type:
string
- cannot be null
- defined in: Board
string
URI: the string must be a URI, according to RFC 3986
The name of the board.
name
- is required
- Type:
string
- cannot be null
- defined in: Board
string
The type of board.
boardType
- is required
- Type:
string
- cannot be null
- defined in: Board
string
enum: the value of this property must be equal to one of the following values:
Value | Explanation |
---|---|
"kanban" |
|
"scrum" |
|
"simple" |
The time this the board was created.
createdAt
- is optional
- Type:
string
- cannot be null
- defined in: Board
string
date time: the string must be a date time string, according to RFC 3339, section 5.6
The time this board was updated.
updatedAt
- is optional
- Type:
string
- cannot be null
- defined in: Board
string
date time: the string must be a date time string, according to RFC 3339, section 5.6
The time this board was deleted.
deletedAt
- is optional
- Type:
string
- cannot be null
- defined in: Board
string
date time: the string must be a date time string, according to RFC 3339, section 5.6