Jon Schoning

Results 37 comments of Jon Schoning

Could you also use "allOf" . ? If so, would there be a difference between using the `anyOf`` method? ``` ... "File": { "type": "object", "properties": { "name": { "type":...

@rinzwind at the same time that allOf is interpreted the ref is dereferenced, so the net effect results in the nullable being a part of the refs definition. You can...

@webron I have a hard time finding a working example of how nullable works as it's not present in https://github.com/OAI/OpenAPI-Specification/tree/master/examples/v3.0 https://github.com/OAI/OpenAPI-Specification/search?utf8=%E2%9C%93&q=nullable&type= also it is not clear in https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md#fixed-fields-20

Ok, I understand how, thank you. It seems one cannot simply specify a ref should be nullable then with anyOf or allOf without also changing what validates per Ron's comment

the full log is also included in the zip file, but i think i messed up the file paths in the zip a bit. reincluding: [qdebug.zip](https://github.com/Cockatrice/Cockatrice/files/7403736/qdebug.zip) ``` Log session started...

i upgraded ubuntu, recompiled, and got the same result, with the below system information as produced by cockatrice's log on startup ``` Log session started at Sat Oct 23 23:14:29...

Before addressing the proposed solution, I just want to be clear about how the code generator works. --- From the point of view of the generator api, technically `-&-` applies...

Everything under the `/Kubernetes` folder is code-generated by https://github.com/OpenAPITools/openapi-generator . We re-gen this folder whenever the kubernetes API code needs to be re-generated e.g. for new kubernetes versions, which will...