Skip to content

Commit a49d4ab

Browse files
committed
documentGroupFilter as array of enum
1 parent 792b15f commit a49d4ab

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

p-process.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,9 +333,11 @@ components:
333333
description: "Checks filter"
334334
# default true
335335
documentGroupFilter:
336-
type: string
337336
description: "Filter documents by group"
338-
example: "242"
337+
type: array
338+
items:
339+
$ref: "./e-document-type.yml#/components/schemas/DocumentType"
340+
example: [1,214,12]
339341
respectImageQuality:
340342
type: boolean
341343
description: "When it true ImageQuality can affect on Optical Status"

0 commit comments

Comments
 (0)