Skip to content

Commit

Permalink
add convert case process option
Browse files Browse the repository at this point in the history
  • Loading branch information
hleb-albau committed Oct 7, 2021
1 parent 23cd69c commit bea97f9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions p-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,9 @@ components:
description: "This option can be set to false to stop parsing after barcode is read."
type: boolean
# default true
convertCase:
description: "This option allows output text case transformation. No changes applied by default to original values."
$ref: "#/components/schemas/TextPostProcessing"
required:
- scenario

Expand All @@ -330,6 +333,19 @@ components:
- 'CAN'
- 'ID1_2_30'

TextPostProcessing:
type: integer
enum:
- 0
- 1
- 2
- 3
x-enum-varnames:
- 'NO_CHANGE'
- 'UPPERCASE'
- 'LOWERCASE'
- 'CAPITAL'

MeasureSystem:
type: integer
example: 0
Expand Down

0 comments on commit bea97f9

Please sign in to comment.