John Lonergan

Results 39 comments of John Lonergan

No that is not the right approach in general. Many articles on that misunderstanding. For the record.. https://github.com/json-schema-org/json-schema-spec/issues/556 The draft for unevaluatedproperties is interesting, but because that's not in common...

Hi Doesn't work the way you think when you have allof. It falls apart. Only works on flat objects. It's fully explained in the paper. On Tue, 15 Mar 2022,...

Its because additionalproperties false does not work the way you are suggesting it does that led to the addition of the "unevaluatedproperties" switch in the draft standard. One cannot reliably...

> I would suggest a simpler approach: > ![labelsExample](https://user-images.githubusercontent.com/11081135/90370567-e5d1a400-e06d-11ea-8008-ab312b4aede3.png) > > Maybe, you could add a 'alldata' property, to not break the functionality of the existing data property. > >...

I also came across the ' Before' - make sure your files are checked out with LF. ## Probably need to go through the code base and make sure that...

Yes please. Quite a blocker and unusual for a product not to have working example code and/or functional tests (eg using a loop back driver or something)

Any option to configure this kind of thing? This tool and the OpenApiGenerator seems to have a problem with translating the OAS into idiomatic code. I could like to configure...

I understand the point about the advice being given in the scenario section. Having read that page many times with others I don't think the page communicates that well. I'll...

@mpkorstanje I realise now why I got confused re thread locals..... -- I've removed the threadlocal comment because it's not needed on step classes (alone) due to new step instances...