For better IDE experience, JSON Schema should have descriptions for each property. Since `ts-json-schema-generator` reads JSDoc, we just need to simply add `@description` JSDoc to each type definition.
For better IDE experience, JSON Schema should have descriptions for each property.
Since
ts-json-schema-generatorreads JSDoc, we just need to simply add@descriptionJSDoc to each type definition.