-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for joined schemas with anyOf
, allOf
, etc?
#52
Comments
I guess |
The world is small... Just come here to ask the same question. Support for |
I built a simple prototype for a custom field that supports I just wanted to offer up my prototype for discussion. Is this the kind of UI people had in mind? Generating a UI for |
Wow that looks great :) Would you mind opening a PR so we can stare at code? I'm suspecting a lot of hidden edge cases but that may just be me being paranoid :) |
It's great to see progress on this! 👍 |
I've created #417 which deals with anyOf. The logic is built into |
I'm just dropping in from the JSON Schema spec project and noticed this. I'm aware that UI schema != Validation schema, but the array form of the |
I've spent the last few weeks working on this, see:
|
This functionality is now available as of v1.2.1 |
@LucianBuzzo just making sure, we do support everything needed for |
@epicfaace Good catch, I just checked and we still need to add support for |
@LucianBuzzo are you currently working on a PR for |
@travisdahl I'm not working on anything currently - In theory, to implement |
@LucianBuzzo thats exactly what I ended up doing in my project to get around it. see comment... |
* new(theme): initial setup for bootstrap-4 using react-bootstrap * create bootstrap-4 textfield widget * add * for required fields * chore: fixed formatting issue * tests: added tests for textWidget * create Radio Widget * minor fix * removed margin-bottom to fix description/helpertext margin * add bootstrap-4 updown widget * Update packages/bootstrap-4/src/RadioWidget/RadioWidget.tsx Co-authored-by: Jani Eväkallio <[email protected]> * Update RadioWidget.tsx * Update packages/bootstrap-4/src/RadioWidget/RadioWidget.tsx Co-authored-by: Jani Eväkallio <[email protected]> * Update packages/bootstrap-4/src/RadioWidget/RadioWidget.tsx Co-authored-by: Jani Eväkallio <[email protected]> * add bootstrap-4 URL widget * add email, password, select. modified text, field template for fixes and support. refactored form component * add errorlist component, modified others for required attribute support * code fixes * chore: resolve conflicts * feat(bootstrap-4): added descriptionField * chore: removed style tag and using classname for styling * update: changed typedef and using fieldProps * chore: fix tests * types: descriptionField extending from FieldProps * tests: updated tests and typinh * feat(bootstrap-4): titleField Component * test: updated test and types for titleField * chore: fixed merge conflicts * chore(bootstrap-4): removed fontawesome icons * feat(bootstrap-4): checboxesWidget * style(bootstrap-4): fixed inconsistency of the buttons (fixes #52) * chore: resolved merge conflict * chore: upate the tests and added mock handlers * test(bootstrap-4): added tests for DateWidget * test(bootstrap-4): added tests for DateTimeWidget * chore: fixed tests and components * fix: temporary playground fix * feat(bootstrap-4): added textAreaWidget * chore: tests for testAreaWidget * chore: added margin left * feat(bootstrap-4): checkboxWidget [WIP] * test: added tests for checkboxWidget * chore: added suggestions and todos * update README.md * chore: uncomment temp changes * chore: deleted extra files * minor fixes * chore: suggestion applied * Fix ObjectFieldTemplate Missed this patch while doing some cleaning-up of code * add placeholder to select widget * test: updated tests for placeholder in select widget * fix CI build * update deps * suggestion fixes pt.1 * suggested changes fix pt.2 * fix suggested changes pt.3 * fix: fixed the inconsistency in the radio and select widget * snapshot fixes * snapshot fixes pt.2 * chore: small changes and test update Co-authored-by: Anix <[email protected]> Co-authored-by: Jani Eväkallio <[email protected]> Co-authored-by: Ashwin Ramaswami <[email protected]>
I'm trying to combine two JSON schemas together like so:
Doesn't look like this is supported, or did I miss it? Any plans to add support?
The text was updated successfully, but these errors were encountered: