Slawomir Kwasniak
Slawomir Kwasniak
I like @JennDahm proposed solution, as it does not drive the attention away from the slice concept, and on the other hand does not sparkle bunch of questions of why...
Hi, it looks like the plugin does not support multiple files. The view is not refreshed, and the plugin does not display errors. I think as of now the only...
This is a duplicate of https://github.com/arjun-g/vs-swagger-viewer/issues/14.
> any workaround for the problem The only one I can think of is to compile a single file as in the Step 6 of this article (https://davidgarcia.dev/posts/how-to-split-open-api-spec-into-multiple-files/). UPDATE: Make...
In my case, initially I wrote: ``` User: allOf: - $ref: '#/definitions/UserBase' - type: "object" properties: password: type: "string" format: password ``` Where the correct is: What worked for me...
> The warning is gone butt still it does not work (using java) It works in my case i.e. `kotlin` and `kotlin-spring` generators. ``` $ openapi-generator-cli version 5.4.0 ``` Maybe...
@koalo I'm not saying this is accordingly to open api spec, I'm just stating a workaround that works for `kotlin` and `kotlin-spring` generators. But you have the point, my wording...
I've upgraded to `3.0.3 API` version with a help of the generator (`openapi-generator-cli generate -i -g openapi-yaml`) and the result is the following: ```yaml User: allOf: - $ref: '#/components/schemas/UserBase' properties:...
I'm facing exactly the same issue and I would love to know how to overcome this. Let's say I have the following tree structure: ``` /-E B-C-D \ -F ```...