master > master: code py - cleanup von optionalen aspekten

This commit is contained in:
RD 2022-06-10 12:44:04 +02:00
parent 0145f1f873
commit 92057b1882
2 changed files with 13 additions and 2 deletions

View File

@ -71,8 +71,8 @@ components:
type: object
required:
- name
- horizontal
- vertical
- word1
- word2
properties:
<<: *ref_command_properties
word1:

View File

@ -47,15 +47,26 @@ components:
description: |-
Options pertaining to the rudimentary setup of the app.
type: object
required:
- tsp
- hirschberg
properties:
tsp:
type: object
required:
- verbose
properties:
verbose:
type: boolean
default: false
hirschberg:
type: object
required:
- penality-mismatch
- penality-gap
- move-priorities
- verbose
- show
properties:
penality-mismatch:
type: number