8 lines
348 B
Markdown
8 lines
348 B
Markdown
This directory holds generated JSON Schema files for the EnergiBridge IR
|
|
models defined in `specs/ir.py`.
|
|
|
|
Generation
|
|
- Use `python3 scripts/generate_schemas.py --out specs/schemas` to regenerate
|
|
- The test suite contains a test that exercises the generator to ensure the
|
|
schemas are JSON-serializable and consistent with the Pydantic models.
|