-
Version: 2022.3.2.2
```
grammarKit {
// The release version of the [Grammar-Kit](https://github.com/JetBrains/Grammar-Kit) to use.
//jflexRelease = libs.versions.ideaJFlexPlugin
// …
-
We've released support for openapi 3.1 in [the RC.54](https://github.com/Redocly/redoc/blob/master/CHANGELOG.md#200-rc54-2021-06-09)
This is an umbrella issue to track the issues about it.
### K…
-
**Describe the bug**
Everyday as soon as I open my Intellij Idea, within a few minutes, I see the bug appearing.
Pls find below the stacktrace:
```
com.intellij.diagnostic.PluginException: C…
-
Please ensure you have given all the following requested information in your report.
#### Please select the affected platforms
- [2024.1.1 ] Android Studio
#### Please select the translator t…
-
很多项目自带OpenApi/Swagger文档。
OpenAPI中包含了接口的路由信息,并定义了接口请求和响应的数据结构。
这些其实可以被测试项目复用的。
是否可以通过@openapi注解复用 OpenApi 中的信息?
```
{
// 引入openapi文档
@openapi("api")
// 支持多个openapi文档
@openapi("apiManag…
-
### Describe the bug
When a resource extends an abstract class it will generate the OpenAPI methods but loses the security scheme.
```
components:
securitySchemes:
SecurityScheme:
…
-
I didn't find any rust server that support OpenApi. I think it could be supported as future and should be easy to done in warp.
I mean I write a server code and I get sth like this http://petstore.…
-
**Describe the bug** (*)
A clear and concise description of what the bug is.
```
java.lang.Throwable: Thread context was already set: InstalledThreadContext(snapshot=null, context=[ComponentMan…
-
### Description
OpenAPI callbacks define outgoing async requests, typically back to the sender. Also known as webhooks.
docs: https://swagger.io/docs/specification/callbacks/
spec: https://spec.op…
-
The docs specify that passing in a `--raw` flag to any of the `openapi` commands should yield the result in a JSON object, so that the commands can be used in a script. However, at least as of v8.6.6 …