diff options
| author | yum <yum.food.vr@gmail.com> | 2025-02-19 16:07:17 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-02-19 16:07:17 -0800 |
| commit | 63b60932ba5500d0c26c3237705edd896c8a4d6f (patch) | |
| tree | 98131420dabed196a36eda3774476ad37fc59d8d /Examples/bad_example_loop.json | |
| parent | f9444fb3c777cf30f706aae658929c8bd3b0e017 (diff) | |
Rename bad examples for clarity
Diffstat (limited to 'Examples/bad_example_loop.json')
| -rw-r--r-- | Examples/bad_example_loop.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Examples/bad_example_loop.json b/Examples/bad_example_loop.json new file mode 100644 index 0000000..f6b2dbb --- /dev/null +++ b/Examples/bad_example_loop.json @@ -0,0 +1,13 @@ +{ + "api_version": "1.0", + "toggles": [ + { + "name": "Shirt", + "dependencies": ["Jacket"] + }, + { + "name": "Jacket", + "dependencies": ["Shirt"] + } + ] +} |
