master > master: code py - config schema aktualisiert
This commit is contained in:
@@ -48,9 +48,17 @@ components:
|
||||
Options pertaining to the rudimentary setup of the app.
|
||||
type: object
|
||||
required:
|
||||
- log-level
|
||||
- tsp
|
||||
- tarjan
|
||||
- hirschberg
|
||||
properties:
|
||||
log-level:
|
||||
$ref: '#/components/schemas/EnumLogLevel'
|
||||
verbose:
|
||||
description: Global setting for verbosity.
|
||||
type: boolean
|
||||
default: false
|
||||
tarjan:
|
||||
type: object
|
||||
required:
|
||||
@@ -106,6 +114,16 @@ components:
|
||||
$ref: '#/components/schemas/EnumHirschbergShow'
|
||||
default: []
|
||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
# Enum LogLevel
|
||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
EnumLogLevel:
|
||||
description: |-
|
||||
Enumeration of settings for log level.
|
||||
type: string
|
||||
enum:
|
||||
- INFO
|
||||
- DEBUG
|
||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
# Enum Hirschberg - Verbosity options
|
||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
EnumHirschbergVerbosity:
|
||||
|
||||
Reference in New Issue
Block a user