open-feature-flagd 0.2.0

The official flagd provider for OpenFeature.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "$schema": "https://flagd.dev/schema/v0/flags.json",
  "flags": {
    "basic-boolean": {
      "state": "ENABLED",
      "defaultVariant": "false",
      "variants": {
        "true": true,
        "false": false
      },
      "targeting": {}
    }
  }
}