Skip to content

Commit 33154fd

Browse files
array leniency (#4214) (#4218)
(cherry picked from commit 0bcfe00) Co-authored-by: Laura Trotta <[email protected]>
1 parent d90f19c commit 33154fd

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
@@ -1048,7 +1048,7 @@ export class InferenceProcessor extends ProcessorBase {
10481048
* Input fields for inference and output (destination) fields for the inference results.
10491049
* This option is incompatible with the target_field and field_map options.
10501050
*/
1051-
input_output?: InputConfig[]
1051+
input_output?: InputConfig | InputConfig[]
10521052

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

0 commit comments

Comments
 (0)