mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-05-03 21:40:32 +00:00
8811d54058
I've already migrated the schema in schemastore to follow the new system of matching versions with bottom's version.
Config JSON Schema
Generation
These are automatically generated from code using schemars. They're locked
behind a feature flag to avoid building unnecessary code for release builds, and you can generate them like so:
cargo run --features="generate_schema" -- --generate_schema > schema/nightly/bottom.json
Publication
To publish these schemas, cut a new version by copying nightly to a new folder with a version number matching bottom's
(e.g. v0.10 if bottom is on v0.10.x bottom). Then, make a PR to schemastore
updating the catalog.
For more info, see the schemastore repo. An example PR can be found here.