https://platform.codeclimate.com/schemas/feature-flag
FeatureFlags allow changes to be gradually rolled out to an Environment after a Deployment.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | FeatureFlag.schema.json |
object
(FeatureFlag)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
_type | string |
Required | cannot be null | FeatureFlag |
id | string |
Required | cannot be null | FeatureFlag |
self | string |
Required | cannot be null | FeatureFlag |
name | string |
Required | cannot be null | FeatureFlag |
kind | string |
Optional | cannot be null | FeatureFlag |
key | string |
Optional | cannot be null | FeatureFlag |
temporary | boolean |
Optional | cannot be null | FeatureFlag |
maintainer | Merged | Optional | cannot be null | FeatureFlag |
htmlUrl | string |
Optional | cannot be null | FeatureFlag |
createdAt | string |
Optional | cannot be null | FeatureFlag |
updatedAt | string |
Optional | cannot be null | FeatureFlag |
deletedAt | string |
Optional | cannot be null | FeatureFlag |
_type
- is required
- Type:
string
- cannot be null
- defined in: FeatureFlag
string
constant: the value of this property must be equal to:
"FeatureFlag"
The unique ID of this feature flag.
id
- is required
- Type:
string
- cannot be null
- defined in: FeatureFlag
string
The canonical URI for this record.
self
- is required
- Type:
string
- cannot be null
- defined in: FeatureFlag
string
URI: the string must be a URI, according to RFC 3986
The name of the feature flag.
name
- is required
- Type:
string
- cannot be null
- defined in: FeatureFlag
string
The kind of feature flag.
kind
- is optional
- Type:
string
- cannot be null
- defined in: FeatureFlag
string
The feature flag key.
key
- is optional
- Type:
string
- cannot be null
- defined in: FeatureFlag
string
Whether the feature flag is temporary.
temporary
- is optional
- Type:
boolean
- cannot be null
- defined in: FeatureFlag
boolean
The self
URI of the maintainer this test commit to, or a nested maintainer record.
maintainer
- is optional
- Type: merged type (Details)
- cannot be null
- defined in: FeatureFlag
merged type (Details)
one (and only one) of
The URL to view this environment.
htmlUrl
- is optional
- Type:
string
- cannot be null
- defined in: FeatureFlag
string
URI: the string must be a URI, according to RFC 3986
The time this feature flag was created
createdAt
- is optional
- Type:
string
- cannot be null
- defined in: FeatureFlag
string
date time: the string must be a date time string, according to RFC 3339, section 5.6
The time this feature flag was updated
updatedAt
- is optional
- Type:
string
- cannot be null
- defined in: FeatureFlag
string
date time: the string must be a date time string, according to RFC 3339, section 5.6
The time this feature flag was deleted
deletedAt
- is optional
- Type:
string
- cannot be null
- defined in: FeatureFlag
string
date time: the string must be a date time string, according to RFC 3339, section 5.6