cdaringe / runtypes-to-jsonschema

Converts runtypes schema to jsonschema documents

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No 'required' field on output schema

cedw032 opened this issue · comments

For my purposes it would be ideal if the required field was present on the output schema, with items being required by default unless specified as optional in the Runtype.

I apologise if I have missed something, and am also interested to hear if you would like me to try to implement this, and whether you have suggestions of how you would like that to work.

Ya that makes sense. Send a patch n ill accept it, surely.