37 lines
654 B
JSON
37 lines
654 B
JSON
{
|
|
"$schema": "https://flagd.dev/schema/v0/flags.json",
|
|
"flags": {
|
|
"myBoolFlag": {
|
|
"state": "ENABLED",
|
|
"variants": {
|
|
"on": true,
|
|
"off": false
|
|
},
|
|
"defaultVariant": "off"
|
|
},
|
|
"isColorGreen": {
|
|
"state": "ENABLED",
|
|
"variants": {
|
|
"on": true,
|
|
"off": false
|
|
},
|
|
"defaultVariant": "off",
|
|
"targeting": {
|
|
"if": [
|
|
{
|
|
"==": [
|
|
{
|
|
"var": [
|
|
"color"
|
|
]
|
|
},
|
|
"yellow"
|
|
]
|
|
},
|
|
"on",
|
|
"off"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
} |