1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
_type: ExprSet
attrs:
  foo:
    _type: ExprVar
    value: yep
  yep:
    _type: ExprLiteral
    value: bar
    valueType: String
dynamicAttrs:
  - name:
      _type: ExprVar
      value: foo
    value:
      _type: ExprLiteral
      value: awa
      valueType: String
recursive: true