Skip to content

Commit

Permalink
update enums
Browse files Browse the repository at this point in the history
  • Loading branch information
dangost committed Jul 7, 2023
1 parent 237bbdc commit d84e392
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ document-reader-api-doc.html
/openapi.json
document-reader-static-doc.html
*.DS_Store
*.txt
*.strings
*.json
18 changes: 18 additions & 0 deletions p-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,13 @@ components:
- "ID3"
- "CAN"
- "ID1_2_30"
x-enum-descriptions:
- "1x30"
- "3x30"
- "2x36"
- "2x44"
- "1x6"
- "2x30"

TextPostProcessing:
type: integer
Expand All @@ -414,6 +421,11 @@ components:
- "UPPERCASE"
- "LOWERCASE"
- "CAPITAL"
x-enum-descriptions:
- "Do not change"
- "Uppercase"
- "Lowercase"
- "Capital"

MeasureSystem:
type: integer
Expand Down Expand Up @@ -442,6 +454,12 @@ components:
- "WARNING"
- "INFO"
- "DEBUG"
x-enum-descriptions:
- "Fatal error"
- "Error"
- "Warning"
- "Info"
- "Debug"


PerDocumentConfig:
Expand Down

0 comments on commit d84e392

Please sign in to comment.