-
Hello,
I'm using swagger annotations and swager maven plugin to generate our openapi 3.1 specification file. The issue I'm facing is the extra array for parameter types which causes an issue when t…
-
I have a project that I have been successfully generating openapi.json using Swagger annotations v2.2.22. I've taken the @Webhooks example from modules/swagger-jaxrs2/src/test/java/io/swagger/v3/jaxrs…
-
The following test fails:
```java
/**
* Test can validate against a schema located under a response code.
*/
@Test
void canValidateSchemaUnderAResponse() {
JsonSch…
-
If a schema like
components:
schemas:
CreateSomethingRequest:
type: object
required:
- something
properties:
something:
type: number
…
-
**Maintainer EDIT:** *Want to see this move forward? Jump to [this comment](https://github.com/getkin/kin-openapi/issues/230#issuecomment-1002659224)*
---
First release candidate has been put up:
…
-
Sorry for the terse `panic` report =)
`type DateTime time.Time`, which makes `*DateTime` structurally `*time.Time`.
Here's the stack trace:
```
Stack:
2 0x00000000004add90 in reflect.(*…
-
**Describe the bug**
After upgrading from openapi-go v0.2.25 to openapi-go v0.2.30, I noticed that now `google/uuid` is generated as a byte array:
```yaml
UuidUUID: # v0.2.25
type: string
…
-
> **Please use this template for tools that cannot be tagged on GitHub. If your tool is on GitHub use the `openapi3` and `openapi31` tags to allow your data to be collected automatically.**
## Tool…
-
**Describe the bug**
I get an error when unmarshaling an openapi v3 spec that includes "bearer" as the scheme and has a bearerFormat value:
```
oneOf constraint failed for SecuritySchemeOrReferen…
-
### Describe the bug
Types that implement `encoding.TextMarshaler` are being rendered with a type set that has the union of the base type and `string`, instead of _just_ string.
### To Reproduce…