1
1
{
2
- "$schema" : " https://flagd.dev/schema/v0/flags.json" ,
3
- "flags" : {
4
- "productCatalogFailure" : {
5
- "description" : " Fail product catalog service on a specific product" ,
6
- "state" : " ENABLED" ,
7
- "variants" : {
8
- "on" : true ,
9
- "off" : false
10
- },
11
- "defaultVariant" : " off"
12
- },
13
- "recommendationServiceCacheFailure" : {
14
- "description" : " Fail recommendation service cache" ,
15
- "state" : " ENABLED" ,
16
- "variants" : {
17
- "on" : true ,
18
- "off" : false
19
- },
20
- "defaultVariant" : " off"
21
- },
22
- "adServiceFailure" : {
23
- "description" : " Fail ad service" ,
24
- "state" : " ENABLED" ,
25
- "variants" : {
26
- "on" : true ,
27
- "off" : false
28
- },
29
- "defaultVariant" : " off" ,
30
- "targeting" : {
31
- "fractional" : [
32
- { "var" : " session" },
33
- [
34
- " on" ,
35
- 10
36
- ],
37
- [
38
- " off" ,
39
- 90
40
- ]
41
- ]
42
- }
43
- },
44
- "cartServiceFailure" : {
45
- "description" : " Fail cart service" ,
46
- "state" : " ENABLED" ,
47
- "variants" : {
48
- "on" : true ,
49
- "off" : false
50
- },
51
- "defaultVariant" : " off"
52
- }
2
+ "$schema" : " https://flagd.dev/schema/v0/flags.json" ,
3
+ "flags" : {
4
+ "productCatalogFailure" : {
5
+ "description" : " Fail product catalog service on a specific product" ,
6
+ "state" : " ENABLED" ,
7
+ "variants" : {
8
+ "on" : true ,
9
+ "off" : false
10
+ },
11
+ "defaultVariant" : " off"
12
+ },
13
+ "recommendationServiceCacheFailure" : {
14
+ "description" : " Fail recommendation service cache" ,
15
+ "state" : " ENABLED" ,
16
+ "variants" : {
17
+ "on" : true ,
18
+ "off" : false
19
+ },
20
+ "defaultVariant" : " off"
21
+ },
22
+ "adServiceFailure" : {
23
+ "description" : " Fail ad service" ,
24
+ "state" : " ENABLED" ,
25
+ "variants" : {
26
+ "on" : true ,
27
+ "off" : false
28
+ },
29
+ "defaultVariant" : " off" ,
30
+ "targeting" : {
31
+ "fractional" : [
32
+ {
33
+ "var" : " session"
34
+ },
35
+ [
36
+ " on" ,
37
+ 10
38
+ ],
39
+ [
40
+ " off" ,
41
+ 90
42
+ ]
43
+ ]
44
+ }
45
+ },
46
+ "cartServiceFailure" : {
47
+ "description" : " Fail cart service" ,
48
+ "state" : " ENABLED" ,
49
+ "variants" : {
50
+ "on" : true ,
51
+ "off" : false
52
+ },
53
+ "defaultVariant" : " off"
53
54
}
54
- }
55
+ }
56
+ }
0 commit comments