ns: test
name: syncNode
ports:
  input:
    in1:
      type: string
    in2:
      type: string
  output:
    out1:
      type: string
    out2:
      type: string
fn: "output = { out1: $.get('in1'), out2: $.get('in2') };"
