bjdash / JSON-Schema-Builder

A simple GUI tool to enable designing and building JSON schemas
Apache License 2.0
92 stars 18 forks source link

Angular #3

Open mariohmol opened 4 years ago

mariohmol commented 4 years ago

Hi there!! Thanks a lot for this project.. there is a bunch of form generator but just yours as a good UI builder =)

i'm porting this to angular... any ideas or help would be awesome!!

https://github.com/mariohmol/ng-jsonschema

bjdash commented 4 years ago

Thanks for the kind words. Glad you liked it. I have made few enhancements to the plugin eg: support for allOf, anyOf, oneOf, expanding $refs in line etc. I will update the code base with these changes in a day or two.

mariohmol commented 4 years ago

awesome!!!

what u think about working in the ang2?

mariohmol commented 4 years ago

I did a multi models so u can work on a list of schemas =)

bjdash commented 4 years ago

I have updated the code base that supports oneOf, anyOf and allOf. Also added the support to expand $ref.

bjdash commented 4 years ago

Also added a link back to your repo in the readme.