https://platform.codeclimate.com/schemas/stream
Streams are data sources that can be subscribed to.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | Stream.schema.json |
object
(Stream)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
_type | string |
Required | cannot be null | Stream |
id | string |
Required | cannot be null | Stream |
self | string |
Required | cannot be null | Stream |
name | string |
Required | cannot be null | Stream |
htmlUrl | string |
Optional | cannot be null | Stream |
description | string |
Optional | cannot be null | Stream |
record | string |
Optional | cannot be null | Stream |
recordType | string |
Optional | cannot be null | Stream |
subscribed | boolean |
Optional | cannot be null | Stream |
_type
- is required
- Type:
string
- cannot be null
- defined in: Stream
string
constant: the value of this property must be equal to:
"Stream"
An ID for this stream. Should be unique within the context of this connector for a given configuration.
id
- is required
- Type:
string
- cannot be null
- defined in: Stream
string
The canonical URL for this stream
self
- is required
- Type:
string
- cannot be null
- defined in: Stream
string
URI: the string must be a URI, according to RFC 3986
A name for this stream
name
- is required
- Type:
string
- cannot be null
- defined in: Stream
string
The URL for a human to view this stream
htmlUrl
- is optional
- Type:
string
- cannot be null
- defined in: Stream
string
URI: the string must be a URI, according to RFC 3986
A description of this stream
description
- is optional
- Type:
string
- cannot be null
- defined in: Stream
string
A stream may be a representation of another record - use the URI of that record here if desired.
record
- is optional
- Type:
string
- cannot be null
- defined in: Stream
string
URI: the string must be a URI, according to RFC 3986
The type
of the record referred to by the record
URI, if present
recordType
- is optional
- Type:
string
- cannot be null
- defined in: Stream
string
Represents if the stream has been subscribed to by a user within Code Climate
subscribed
- is optional
- Type:
boolean
- cannot be null
- defined in: Stream
boolean