Compare commits

..

No commits in common. "90c48a85f9df948536df8cbf059743725a002d1e" and "0145f1f873744ac1ac523f0a3abe6a4345ad2ff5" have entirely different histories.

3 changed files with 3 additions and 14 deletions

View File

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

View File

@ -47,26 +47,15 @@ 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

View File

@ -22,7 +22,7 @@ jsonschema>=4.4.0
lazy-load>=0.8.2
pyyaml>=6.0
pydantic>=1.9.0
datamodel-code-generator>=0.13.0
datamodel-code-generator>=0.12.0
# misc
lorem>=0.1.1