baboonmaj

Results 3 comments of baboonmaj

In `OpenAPI 3.1.0` paths are **optional** !!! https://stoplight.io/blog/difference-between-open-v2-v3-v31/#paths-are-now-optional So, as a workaround you can document non REST APIs as WebHooks which is identified by name rather than an URL. I...

@Jeegen you may checkout their examples provided at https://rapidocweb.com/examples

> As far as I can see Redoc is following that perfectly. may be not, schema is **_not_** the request-payload, so it should be shown and marked as readonly in...