summaryrefslogtreecommitdiff
path: root/tests/test.json
blob: daf9c2a59d3c5cfc7ec96c2b34558ac3bc7bfd74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
     "type" : "sequence",
     "elements" : [
         {
             "type" : "filter",
             "plugin" : "uca"
         },
         {
             "type" : "filter",
             "plugin" : "scale",
             "properties" : {
                 "scale" : 0.5
             }
         },
         {
             "type" : "filter",
             "plugin" : "raw",
             "properties" : {
                 "prefix" : "foo"
             }
         }
     ]
}