DScheglov / mongoose-schema-jsonschema

Mongoose extension that allows to build json schema for mongoose models, schemes and queries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for "example" field

vfaa opened this issue · comments

Hi. Is it possible to add support for "example" field to the generated json schema which will come from the "example" field from the mongoose schema? Same as current behavior of "description" field which gets its value from the mongoose schema

sure, I will do it soon

Implemented in v1.3.0