Skip to content

Commit 75491fc

Browse files
array leniency (#4214) (#4219)
(cherry picked from commit 0bcfe00) Co-authored-by: Laura Trotta <[email protected]>
1 parent 4760485 commit 75491fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/ingest/_types/Processors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,7 @@ export class InferenceProcessor extends ProcessorBase {
10491049
* Input fields for inference and output (destination) fields for the inference results.
10501050
* This option is incompatible with the target_field and field_map options.
10511051
*/
1052-
input_output?: InputConfig[]
1052+
input_output?: InputConfig | InputConfig[]
10531053

10541054
/**
10551055
* If true and any of the input fields defined in input_ouput are missing

0 commit comments

Comments
 (0)