{ "name": "linear-sync", "code": "linear_sync_1", "design_json": { "name": "linear-sync", "executionMode": "sync", "nodes": [ { "id": "N1", "type": "http", "data": { "title": "A-GET", "api": { "method": "GET", "url": "https://httpbin.org/get" } } }, { "id": "N2", "type": "http", "data": { "title": "B-UUID", "api": { "method": "GET", "url": "https://httpbin.org/uuid" } } } ], "edges": [ { "sourceNodeID": "N1", "targetNodeID": "N2" } ] } }