summaryrefslogtreecommitdiffstats
path: root/controller-api/src/test/resources/system-flags-with-unknown-field-name/flags/my-test-flag/main.prod.us-west-1.json
blob: c41083fc7ab5334263304d9558a54a396d9bb92b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "id" : "my-test-flag",
    "rules" : [
        {
            "condition": [
                {
                    "type": "whitelist",
                    "dimension": "hostname",
                    "values": ["foo.com"]
                }
            ],
            "value" : "default"
        }
    ]
}