YousefED / typescript-json-schema

Generate json-schema from your Typescript sources
BSD 3-Clause "New" or "Revised" License
3.17k stars 323 forks source link

Fix type enum (without revert) #557

Closed jwatzman closed 1 year ago

jwatzman commented 1 year ago

This is an alternative to #556, which fixes #555 by reverting most but not all of the change, restricting it to just description. It also incorporates the test from #556 to ensure this doesn't regress.

Please: