Baptiste Leduc
Baptiste Leduc
Thanks a lot for your contribution. You will need to regenerate tests fixtures for the tests to pass. To do so you have to run the tests locally, they will...
Thanks for your fix @dbu !
Made some tests to implement this issue, actually it is not possible to do it since keys are stripped during schema denormalization. We will have to modify the source OpenApi...
Sadly we do not support `allOf` / `oneOf` fields atm, but I know there was some work started for `oneOf` with #486 For `allOf` it's a bit more complex since...
Thanks for contributing @dbu !
Hey @FilipBenco, Why the `endpoint-generator` is not good anymore ? I don't think something changed with the Generator refactoring, or maybe I'm wrong ?
Ok, I get your point. I'll try to think how this can be done the best way, not sure having some middlewares is the best thing to do since it...
Thanks for reporting this issue :+1: Feel free to open a PR if you have time, base yourself onto `6.3.x` branch for this kind of fix :wink:
This is a really cool idea ! I will try to make it work for next minor :+1:
Hey @HEKET313 Sorry, I'm actually more focused on Validation behavior #405 (introducing a new JSON Schema spec into Jane). I do need this "Validation" before generating theses enums because the...