ts-json-schema-generator
ts-json-schema-generator copied to clipboard
feat: Generate titles from definition names
All root child definitions have a title added to their definition if the opt-in definitionTitles option is set
- The title value is the same as the node name (which is, ideally, the name of the interface/type/alias from TS code).
- Use
definitionTitles: trueprogramatically or from the command line with arg--definition-titles
Closes #1486