Feature request: Support nextest.toml JSON Schema
#3315
Closed
ya7010
started this conversation in
Feature requests
Replies: 1 comment
|
This is done:
Thanks so much @ya7010! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Motivation
By providing a JSON Schema to SchemaStore,
nextest.tomlcan be validated with tombi or taplo.Proposal
You can generate a JSON Schema from the Rust struct that defines nextest.toml by using the schemars crate.
After making it possible to automatically generate JSON Schema, you will need to register it with SchemaStore.
Alternatives
No response
Additional context
No response
All reactions