pywr / pywr-next

An experimental repository exploring ideas for a major revision to Pywr using Rust as a backend.
6 stars 4 forks source link

feat: Add functionality to export a JSON schema of PywrModel. #172

Closed jetuk closed 2 months ago

jetuk commented 2 months ago

Use the schemars crate to export a JSON schema via the CLI. This needs implementing for the remaining model types.