master > master: code py - cleanup von optionalen aspekten
This commit is contained in:
parent
0145f1f873
commit
92057b1882
@ -71,8 +71,8 @@ components:
|
||||
type: object
|
||||
required:
|
||||
- name
|
||||
- horizontal
|
||||
- vertical
|
||||
- word1
|
||||
- word2
|
||||
properties:
|
||||
<<: *ref_command_properties
|
||||
word1:
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user