https://platform.codeclimate.com/schemas/metric
A series of values relating to an object.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | Metric.schema.json |
object
(Metric)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
_type | string |
Required | cannot be null | Metric |
id | string |
Required | cannot be null | Metric |
self | string |
Required | cannot be null | Metric |
record | string |
Optional | cannot be null | Metric |
key | string |
Optional | cannot be null | Metric |
name | string |
Optional | cannot be null | Metric |
unit | string |
Optional | cannot be null | Metric |
createdAt | string |
Optional | cannot be null | Metric |
updatedAt | string |
Optional | cannot be null | Metric |
deletedAt | string |
Optional | cannot be null | Metric |
_type
- is required
- Type:
string
- cannot be null
- defined in: Metric
string
constant: the value of this property must be equal to:
"Metric"
The unique ID of this metric.
id
- is required
- Type:
string
- cannot be null
- defined in: Metric
string
The canonical URI for this record.
self
- is required
- Type:
string
- cannot be null
- defined in: Metric
string
URI: the string must be a URI, according to RFC 3986
The record of the metric.
record
- is optional
- Type:
string
- cannot be null
- defined in: Metric
string
The key of the metric.
key
- is optional
- Type:
string
- cannot be null
- defined in: Metric
string
The name of the metric.
name
- is optional
- Type:
string
- cannot be null
- defined in: Metric
string
The unit of how the metric is measured.
unit
- is optional
- Type:
string
- cannot be null
- defined in: Metric
string
The time the metric was created.
createdAt
- is optional
- Type:
string
- cannot be null
- defined in: Metric
string
date time: the string must be a date time string, according to RFC 3339, section 5.6
The time the metric was updated.
updatedAt
- is optional
- Type:
string
- cannot be null
- defined in: Metric
string
date time: the string must be a date time string, according to RFC 3339, section 5.6
The time the metric was deleted.
deletedAt
- is optional
- Type:
string
- cannot be null
- defined in: Metric
string
date time: the string must be a date time string, according to RFC 3339, section 5.6