You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/resources/pipeline.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,13 +84,14 @@ Required:
84
84
85
85
At lease one of the following step type blocks is required:
86
86
87
-
-``detective`` - (Block List, Max: 1) Detective Step (see [below for nested schema](#nestedblock--step--detective))
87
+
-``detective`` - (Block, Max: 1) Detective Step (see [below for nested schema](#nestedblock--step--detective))
88
88
-``dynamic`` - (Boolean) Should this step use the result from the previous step. This is valid **ONLY** for a transform step which immediately follows a detective step. Specifying `true` means
89
89
any result from the detective step will be used as the path(s) for the transform step. (Default: `false`)
90
-
-``http_request`` - (Block List, Max: 1) HTTP Request Step (see [below for nested schema](#nestedblock--step--http_request))
90
+
-``http_request`` - (Block, Max: 1) HTTP Request Step (see [below for nested schema](#nestedblock--step--http_request))
91
91
92
-
-``schema_validation`` - (Block List, Max: 1) Schema Validation Step (see [below for nested schema](#nestedblock--step--schema_validation))
93
-
-``transform`` - (Block List, Max: 1) Transform Step (see [below for nested schema](#nestedblock--step--transform))
92
+
-``schema_validation`` - (Block, Max: 1) Schema Validation Step (see [below for nested schema](#nestedblock--step--schema_validation))
93
+
-``transform`` - (Block, Max: 1) Transform Step (see [below for nested schema](#nestedblock--step--transform))
94
+
-``valid_json`` - (Block, Max 1) Determine if the payload is valid JSON. Does not need any configuration.
0 commit comments