ts-json-schema-generator
ts-json-schema-generator copied to clipboard
Document the available annotations
All annotations that are possible such as @discriminator, @title, @description should be documented. https://github.com/vega/ts-json-schema-generator/blob/next/src/AnnotationsReader/BasicAnnotationsReader.ts is a good starting point.
See https://github.com/vega/ts-json-schema-generator/issues/1819