-
The OpenAPI specification really opens up a lot of opportunities that need some further exploring.
At a high level, we should:
* Ensure our OpenAPI spec accurately reflects our current REST API …
-
According to the [OAS documentation](https://swagger.io/docs/specification/api-host-and-base-path/), OAS supports HTTP, HTTPS, WS, and WSS. We currently only support HTTP and HTTPS.
Related issue:…
-
### Q&A (please complete the following information)
- Swagger-Editor version: [v5.0.0-alpha.xx](https://github.com/swagger-api/swagger-editor/releases/tag/v5.0.0-alpha.33). Not sure if/when any …
-
I'm spinning this issue off from https://github.com/ietf-wg-httpapi/mediatypes/issues/71#issuecomment-1485447299.
There is a recurring problem with JSON Schema, OpenAPI, and particularly AsyncAPI, …
-
Following up the [presentation by the Microcks team to the SIG events](https://github.com/cdfoundation/sig-events/blob/main/docs/SIG%20Meeting%20Notes%20current.md#july-3), there is an opportunity for…
-
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 ge…
-
can we change the specs, so, it can follow the open API specs
instead of having discriminator as string
to follow swagger/openAPI 3 to have it like
discriminator:
propertyName: type
…
-
**Is your feature request related to a problem? Please describe.**
Most users of Redocly CLI list rules under `rules` but as we see more customers using multiple API formats in their projects, we n…
-
With OpenAPI when I define component like this:
```yaml
Obj1:
type: object
description: "Any valid JSON payload to be passed through for processing"
additionalProperties:…
-
@raveclassic commented on [Fri Nov 15 2019](https://github.com/asyncapi/asyncapi/issues/294)
**Is your feature request related to a problem? Please describe.**
Currently `ws` channel bindings allow …