brutusin / json-forms

JSON Schema to HTML form generator, supporting dynamic subschemas (on the fly resolution). Extensible and customizable library with zero dependencies. Bootstrap add-ons provided
http://brutusin.org/json-forms
Apache License 2.0
606 stars 168 forks source link

Add support for the allOf keyword #134

Open pcpiela opened 5 years ago

pcpiela commented 5 years ago

Hi all, in this proposed update I have tried to add support for the "allOf" keyword. Although, I consider myself a novice in both JSON-schema and the brutusin code base, I do have a need for the "allOf" keyword in a project I am working on; and wanted to share/contribute my changes back to the community.

I have found the brutusin/json-forms project to be very useful, better than other alternatives; and would like to what I can to move the development effort forward.

Peter