stoplightio / json-schema-viewer

A JSON Schema viewer React component
Apache License 2.0
175 stars 37 forks source link

feat: show oneOf/anyOf as a dropdown #107

Closed marcelltoth closed 3 years ago

marcelltoth commented 3 years ago

Resolves stoplightio/elements#667 Will resolve stoplightio/elements#853

First attempt at replacing anyOf / oneOf with a dropdown, developed together during a hacking session.

Mostly for @P0lip to review and let us know if we are on the right track.

marcelltoth commented 3 years ago

Closing this for now, but will get reopen as we start working on the main issue.