AppliedMathematicsANU / plexus-form

A dynamic form component for react using JSON-Schema.
MIT License
134 stars 31 forks source link

resolve refs in oneOf #36

Closed johanfforsberg closed 9 years ago

johanfforsberg commented 9 years ago

Adds support for the $ref keyword in oneOf lists. According to e.g. http://json-schema.org/example2.html this is allowed.

odf commented 9 years ago

Yes, I think that's actually an important use case for $ref. Thanks for the fix!