summaryrefslogtreecommitdiff
path: root/test/buildtool/build_engine/base_maps/data_rule/composers/EXPRESSIONS
blob: e52ca41667e180fb168455d1716e2d62814f3e27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{ "foo_composer":
  { "vars": ["FOO"]
  , "expression":
    { "type": "map_union"
    , "$1":
      [ {"type": "singleton_map", "key": "type", "value": "RESULT"}
      , { "type": "singleton_map"
        , "key": "artifacts"
        , "value":
          { "type": "singleton_map"
          , "key": "foo"
          , "value": {"type": "var", "name": "FOO"}
          }
        }
      ]
    }
  }
}