Is your feature request related to a problem?
Writing configuration files without schemas makes it very easy to misconfigure options.
Describe the solution you'd like
It would be nice if each release of stump also included a JSON schema of the config file so that I can use a TOML language server to suggest and enforce valid options when writing the config.
Describe alternatives you've considered
I would also be happy with an easy way to generate this schema myself from source.
Where would this feature be implemented?
Additional context
No response
Is your feature request related to a problem?
Writing configuration files without schemas makes it very easy to misconfigure options.
Describe the solution you'd like
It would be nice if each release of stump also included a JSON schema of the config file so that I can use a TOML language server to suggest and enforce valid options when writing the config.
Describe alternatives you've considered
I would also be happy with an easy way to generate this schema myself from source.
Where would this feature be implemented?
Additional context
No response