master > master: code py - cleanup von optionalen aspekten
This commit is contained in:
parent
0145f1f873
commit
92057b1882
@ -71,8 +71,8 @@ components:
|
|||||||
type: object
|
type: object
|
||||||
required:
|
required:
|
||||||
- name
|
- name
|
||||||
- horizontal
|
- word1
|
||||||
- vertical
|
- word2
|
||||||
properties:
|
properties:
|
||||||
<<: *ref_command_properties
|
<<: *ref_command_properties
|
||||||
word1:
|
word1:
|
||||||
|
@ -47,15 +47,26 @@ components:
|
|||||||
description: |-
|
description: |-
|
||||||
Options pertaining to the rudimentary setup of the app.
|
Options pertaining to the rudimentary setup of the app.
|
||||||
type: object
|
type: object
|
||||||
|
required:
|
||||||
|
- tsp
|
||||||
|
- hirschberg
|
||||||
properties:
|
properties:
|
||||||
tsp:
|
tsp:
|
||||||
type: object
|
type: object
|
||||||
|
required:
|
||||||
|
- verbose
|
||||||
properties:
|
properties:
|
||||||
verbose:
|
verbose:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
hirschberg:
|
hirschberg:
|
||||||
type: object
|
type: object
|
||||||
|
required:
|
||||||
|
- penality-mismatch
|
||||||
|
- penality-gap
|
||||||
|
- move-priorities
|
||||||
|
- verbose
|
||||||
|
- show
|
||||||
properties:
|
properties:
|
||||||
penality-mismatch:
|
penality-mismatch:
|
||||||
type: number
|
type: number
|
||||||
|
Loading…
x
Reference in New Issue
Block a user