Add schema_generator
for generating JSON schemas (#23991)
This PR adds a `schema_generator` crate that can be used to generate our various JSON schemas for publishing elsewhere. Currently it does the simplest thing possible and just prints the JSON schema to stdout. We can make this a but more robust later. I also removed the schema-printing facilities from the `theme_importer`, as they don't really make sense there. Release Notes: - N/A
This commit is contained in:
parent
b6e54ae2f1
commit
e5bc0486b5
7 changed files with 75 additions and 45 deletions
|
@ -108,6 +108,7 @@ members = [
|
|||
"crates/rich_text",
|
||||
"crates/rope",
|
||||
"crates/rpc",
|
||||
"crates/schema_generator",
|
||||
"crates/search",
|
||||
"crates/semantic_index",
|
||||
"crates/semantic_version",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue