schema
SchemaCLI
Micromechanical model JSON Schema command line interface.
generate
classmethod
generate(
type: Literal["config", "labels", "calibrations", "plots"],
output: str | PathLike,
**kwargs
)
Generate the JSON Schema of the micromechanical configuration.
PARAMETER | DESCRIPTION |
---|---|
type
|
Type of JSON schema to generate.
TYPE:
|
output
|
Path to the output file. |
kwargs
|
Additional keyword arguments passed to the pydantic
DEFAULT:
|