Bharat Chauhan
Bharat Chauhan
@danihodovic I will try to add these features in the next release. These days I'm caught up in some other things, but hopefully by mid to late February.
@gersmann I'm working on this. I've got about half of this done. I'll try to get a beta out this weekend for some feedback.
Hello, everyone participating in this thread! I've just implemented this feature on the JS side. You can test it out in the playground here: https://bhch.github.io/react-json-form/playground/#18-anyof. I encourage you to kindly...
This feature has been implemented across multiple commits: - a24ba9a413fad79de66c0b83440f55fa8ceb3371 (js, initial implementation) - 81b56c0331d479fc7cabc904e2698ece2ca5020b (css) - a9ddc619ccfcac78148515cb3977caa1d58bac0b (js bugfixes) - 92ef8e9128327709351a62e20c8e52268271fb0e (css) - acc84d3cef1be97abec7b6f6d86ef14414de46d6 (validation and tests) - 9f0b284d35c76e50d13f06da8ba0d8d0b717c15a...
This feature has been released in [v2.16.0](https://github.com/bhch/django-jsonform/releases/tag/v2.16.0). Please update and test it out. There are a few limitations in the implementation, so do [read the docs](https://django-jsonform.readthedocs.io/en/latest/schema.html#oneof-anyof-allof) as well. Thank you.
The current version supports this method. See this test case (Line 109): https://github.com/bhch/async-stripe/blob/v6.0.0/tests/test_generated_examples.py#L108-L113. Which version are you using?
We are currently 7 versions behind the main library. However, the current async-stripe version (v6.0.0) does support this method. Please take a look at this test case (line 109): https://github.com/bhch/async-stripe/blob/v6.0.0/tests/test_generated_examples.py#L108-L113....
Sorry, I can't add new features in this library as this is just a patch layer on top of the official stripe library. I'll keep this issue open, but it...
Small update on this issue: stripe-python just got some basic typing support (PR stripe/stripe-python#1020). If it's possible, I will add typing support as well.
Referencing external schema is not supported yet.