jupe / mongoose-jsonform

Mongoose-schema plugin for generate jsonform supported json schema.
Other
4 stars 1 forks source link

second nested path conversion fails #1

Closed jupe closed 10 years ago

jupe commented 10 years ago

schema: { "a": { b: String }, "c": { d: String } }

--> ..."c.d": {}

jupe commented 10 years ago

Fixed.