-
You get these by importing openapi3, which seems weird since they are not unique to OpenAPI 3. Which is probably why after importing `openapi3` you find them on the `OpenAPI` namespace. Probably these…
-
With a little thought these can probably be generated.
-
**Is an existing page relevant?**
Currently, there is not full documentation around the OpenAPI3 spec which Karpenter uses for its CRDs in the docs. If certain fields are not well-documented or the…
-
Having code:
```c#
public enum MyEnum
{
Foo = 1,
Bar = 20
}
private class TestModel
{
public string foo { get; set; }
}
public class NullableSchemaTestController : ApiContro…
-
Hello!
Please take a look to this repository with reproduction case https://github.com/excavador/deepmap-strict-server-external-ref
Run `make` to observe the issue
```
➜ make
go mod tidy
g…
-
The latest version of the [OpenAPI specification](https://swagger.io/specification/) has some interesting new features and could be worth implementing. A great overview of new stuff can be found here:…
-
Following Objects supports [Specification Extensions](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.3.md#specificationExtensions) which are used by some [tools](https://github.…
-
In my openapi file, I have one property that is described as follows:
```
Quantity:
type: number
maximum: 999999999.99
minimum: -999999999.99
multipleOf: 0.01
```
The problem i…
-
你好,knife4j-aggregation-spring-boot-starter不支持springboot3,这里用了javax,pom和堆栈报错如下
```
org.springframework.boot
spring-boot-starter-parent
3.2.3
…
-
### Description
[Shareable test events](https://docs.aws.amazon.com/lambda/latest/dg/testing-functions.html#creating-shareable-events) is now available in the Lambda console. All you need to do it …