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 type: object
required: required:
- name - name
- word1 - horizontal
- word2 - vertical
properties: properties:
<<: *ref_command_properties <<: *ref_command_properties
word1: word1:

View File

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

View File

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