-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
44 lines (44 loc) · 1.44 KB
/
db.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"flags": [
{
"id": 1,
"name": "test-1",
"description": "Normal desription with just a few words",
"status": false,
"tags": [
"experiment",
"account",
"auth",
"and a very looooooong tag"
]
},
{
"id": 2,
"name": "super-long-name-123456789",
"description": "Have a lot of grump in yourself because you can't forget to be grumpy and not be like king grumpy cat touch my tail, i shred your hand purrrr howl on top of tall thing for sun bathe, for have my breakfast spaghetti yarn have a lot of grump in yourself because you can't forget to be grumpy and not be like king grumpy cat. Rub against owner because nose is wet purr when being pet. Stare at ceiling pelt around the house and up and down stairs chasing phantoms for sniff catnip and act crazy, so i cry and cry and cry unless you pet me, and then maybe i cry just for fun warm up laptop with butt lick butt fart rainbows until owner yells pee in litter box hiss at cats.",
"status": true,
"tags": [
"auth",
"experiment"
]
},
{
"id": 3,
"name": "no-description-flag",
"description": "",
"status": false,
"tags": [
"account",
"assessment",
"no-description"
]
},
{
"id": 4,
"name": "no-tags-flag",
"description": "This flag has no tags ",
"status": true,
"tags": []
}
]
}