-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the…
-
### Expected outcome
Given an OAS 3.0 spec that defines [`securitySchemes`](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md#securitySchemeObject) component (e.g. api-key) a…
-
A Loopback4 generated application (https://github.com/remkohdev/guestbook101/blob/master/Lab0/README_w_lb4_cli.md) provides an OAS v3 that gives me the following semantic error in [Swagger editor](htt…
-
Hi, I have just updated to version 2.0.0 of apispec and I've seen a whole load of new error messages `'Missing keys ['name', 'in'] for parameter'` the check I think was added in PR #455. In my code I …
-
Need to define transits for the v3 state machine, and generalize any v2-specific code outside the v2 state and state machine classes.
-
As demonstrated in #810 the `x-nullable: ` extension in OASv2 should be converted to `nullable: ` in OASv3.
This does not work for formData parameters like this input:
```yaml
parameters:
…
jmini updated
6 years ago
-
Give this Swagger v2 Spec:
```yaml
swagger: "2.0"
info:
version: "1.0.1"
title: "OpenAPI-Generator PR 889"
basePath: "/v1"
paths:
/one:
get:
operationId: "op1"
param…
jmini updated
6 years ago
-
##### Description
Follow up of discussion with @cbornet https://twitter.com/atomfrede/status/1051787697201827840
When setting `useOptional=true` only query parameter are affected. All model fields…
-
Howdy!
I was pointed towards AsyncAPI by @darrelmiller.
I'm the developer lead on [AutoRest](https://github.com/azure/autorest) which we write to generate clients for OpenAPI (2.0 right now, 3.…
-
My example is Microsoft's `x-ms-paths` ([docs](https://github.com/Azure/autorest/tree/master/docs/extensions#x-ms-paths)). Where `x-ms-paths` is an analogue of the `paths` property (i.e. it contains `…