{ "name": "example pipeline", "slug": "example", "type": 0, "removeMetadata": false, "steps": [ { "name": "resize image", "type": 0, "options": { "width": 1280, "height": 720, "upscale": false } }, { "name": "rotate image", "type": 1, "options": { "angle": 90.0 } }, { "name": "flip image", "type": 2, "options": { "direction": "h" } }, { "name": "grayscale", "type": 3 } ], "output": { "format": "jpg", "quality": 90 } }