alex-zywicki
alex-zywicki
WIth a message payload that contains a oneOf ```yaml payload: oneOf: - type: array items: type: string - type: string ``` When passing an array of string I get this...
First draft of multi api file support #108. server stores list of apis. When `server_name` is provided, checks are performed to make sure that they resolve to the same "path"....
[Class-Based Namesaces](https://flask-socketio.readthedocs.io/en/latest/getting_started.html#class-based-namespaces) Would be a nice feature to have. Validation and security may be a little tricky to get the bindings wrapped on the correct class functions, but wouldn't be...
When using the newly added security schemes, with the following yaml snippet. ``` yaml securitySchemes: oauth2: type: oauth2 flows: implicit: authorizationUrl: /oauth/basic scopes: secure_ping:access: "Access SecurePing" x-tokenInfoFunc: token_info ``` I...
Hi, Connexion offers the ability to mount multiple API yaml files onto a single server. Is this a capability that asynction has or that could be added in the future?...