https://platform.codeclimate.com/schemas/component
Components are conceptual units of software, defined as a set of source files, which are composed into Applications. A Component might correspond directly with a Repository, consist of a subset of files within a monorepo, or be comprised of the union set of files spread across multiple repositories.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | Component.schema.json |
object
(Component)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
_type | string |
Required | cannot be null | Component |
id | string |
Required | cannot be null | Component |
self | string |
Required | cannot be null | Component |
name | string |
Required | cannot be null | Component |
description | string |
Optional | cannot be null | Component |
createdAt | string |
Optional | cannot be null | Component |
updatedAt | string |
Optional | cannot be null | Component |
deletedAt | string |
Optional | cannot be null | Component |
_type
- is required
- Type:
string
- cannot be null
- defined in: Component
string
constant: the value of this property must be equal to:
"Component"
The unique ID of this Component.
id
- is required
- Type:
string
- cannot be null
- defined in: Component
string
The canonical URI for this record.
self
- is required
- Type:
string
- cannot be null
- defined in: Component
string
URI: the string must be a URI, according to RFC 3986
The component's name.
name
- is required
- Type:
string
- cannot be null
- defined in: Component
string
The component's description.
description
- is optional
- Type:
string
- cannot be null
- defined in: Component
string
The time this component was created.
createdAt
- is optional
- Type:
string
- cannot be null
- defined in: Component
string
date time: the string must be a date time string, according to RFC 3339, section 5.6
The time this component was updated.
updatedAt
- is optional
- Type:
string
- cannot be null
- defined in: Component
string
date time: the string must be a date time string, according to RFC 3339, section 5.6
The time this component was deleted.
deletedAt
- is optional
- Type:
string
- cannot be null
- defined in: Component
string
date time: the string must be a date time string, according to RFC 3339, section 5.6