typescript-json-schema
typescript-json-schema copied to clipboard
How can I get toplevel titles generated on my schemas?
I'm currently trying to get setup w/ generating a JSON schema that is input in wetzel for a docs site, but it requires that everything has a title
key, but --titles
will not add a title to the top level https://github.com/packwiz/packwiz-website/pull/3
You can see the generated json schema files here
Any updates on this? I really need to have title
on the top level too of each generated schema/type.