Feature Environment V1
Common fields shared by all feature rule types. Specific rule types extend this base with their own required properties (value, coverage, etc.).
- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
A JSON stringified FeatureDefinition
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Common fields shared by all feature rule types. Specific rule types extend this base with their own required properties (value, coverage, etc.).
Show child attributes
A JSON stringified FeatureDefinition
Show child attributes
Was this page helpful?
{
"enabled": true,
"defaultValue": "<string>",
"rules": [
{
"description": "<string>",
"id": "<string>",
"enabled": true,
"type": "force",
"value": "<string>",
"condition": "<string>",
"scheduleRules": [
{
"enabled": true,
"timestamp": "2023-11-07T05:31:56Z"
}
],
"rampScheduleId": "<string>",
"savedGroupTargeting": [
{
"savedGroups": [
"<string>"
]
}
],
"prerequisites": [
{
"id": "<string>",
"condition": "<string>"
}
],
"sparse": true
}
],
"definition": "<string>"
}