Skip to content

Commit bea97f9

Browse files
committed
add convert case process option
1 parent 23cd69c commit bea97f9

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

p-process.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,9 @@ components:
310310
description: "This option can be set to false to stop parsing after barcode is read."
311311
type: boolean
312312
# default true
313+
convertCase:
314+
description: "This option allows output text case transformation. No changes applied by default to original values."
315+
$ref: "#/components/schemas/TextPostProcessing"
313316
required:
314317
- scenario
315318

@@ -330,6 +333,19 @@ components:
330333
- 'CAN'
331334
- 'ID1_2_30'
332335

336+
TextPostProcessing:
337+
type: integer
338+
enum:
339+
- 0
340+
- 1
341+
- 2
342+
- 3
343+
x-enum-varnames:
344+
- 'NO_CHANGE'
345+
- 'UPPERCASE'
346+
- 'LOWERCASE'
347+
- 'CAPITAL'
348+
333349
MeasureSystem:
334350
type: integer
335351
example: 0

0 commit comments

Comments
 (0)