yunke-yunfly / fast-typescript-to-jsonschema

typescript-to-jsonschema generates JSON Schema files from your Typescript sources.
MIT License
33 stars 2 forks source link

完善逻辑,增加type数组内引用类型解析 #10

Closed HUxiaoAlinNG closed 2 years ago

HUxiaoAlinNG commented 2 years ago

1.新增type = {a:string,b:AAA}[]类型的解析 2.返回的jsonschema删除typeParams参数,保证格式正确 3.避免definitions被覆盖