Description for mixed
jawadst opened this issue · 3 comments
jawadst commented
The description field is not picked up for mongoose.Schema.Types.Mixed properties.
The description is actually pretty useful in these cases as these properties can get pretty complex.
DScheglov commented
Hi, thank you. Taking to work.
Could you give me the sample. I will inlucde it in the test suites
DScheglov commented
Bug fixed.
see test-suite: https://github.com/DScheglov/mongoose-schema-jsonschema/blob/master/test/suites/description.js
jawadst commented
Thanks for the quick fix!