UNPKG

@chix/flow

Version:
30 lines (29 loc) 572 B
ns: test name: ObjectDefault ports: input: level1: type: object properties: in1: type: string default: 'level1' in2: type: boolean default: true in3: type: string required: false level2: type: object properties: in1: type: string default: 'level2' in2: type: string required: false output: out1: type: string fn: "output = { out1: $.get('level1') }"