{ "id": "copy_input", "sort_order": 14, "name": "Copy Cat", "description": "read input and output the same thing", "stages": [{ "input": "Hello, world!", "output": "Hello, world!" },{ "input": "Meow!", "output": "Meow!" },{ "input": "there really isn't much point to more than 2 stages, but here we are", "output": "there really isn't much point to more than 2 stages, but here we are" }] }