n3ps / json-schema-to-jsdoc

Generate JSDoc from JSON Schema
https://francisn.com/json-schema-to-jsdoc/
ISC License
30 stars 11 forks source link

More link between object and array when object in $ref #72

Open nums opened 4 months ago

nums commented 4 months ago

More link between object and array when object in $ref

for an object: @property {MyCustomObject} [customProp] description

for an array: @property {MyCustomObject[]} [customProp] description

n3ps commented 2 weeks ago

Thanks for the contribution @nums. Can you lint and add a test?