たとえば、結果パスからステートの出力として次のJSONを受け取ったとします。
{'employee_info': {'name': 'Martin','emp_id': '543','date of birth': '12Nov1990'},'added_info': {'role': 'PM Associate','location': 'New York'}}
{'get_employee_details': {'type': 'pass','next': 'End','start': true,'output_path': '$.employee_info'}}
{'name': 'Martin','date of birth': '12Nov1990','emp_id': '543'}