swagger-parser icon indicating copy to clipboard operation
swagger-parser copied to clipboard

Swagger Spec to Java POJOs

Results 261 swagger-parser issues
Sort by recently updated
recently updated
newest added

I have a scenario where the content of components/schema is generated and inserted into a templated OpenAPI spec. In this example the ThingRequest in the request body and the NotYetAdded...

Hello, we are working on API proxy which could understand the header and body of the http requests by using openapi schema parser. We want to contribute a filter in...

**Possible regression of this [PR](https://github.com/swagger-api/swagger-parser/pull/1629)** I have defined an api contract as follows: ``` ├── openapi.yaml ├── product ├── product-api.yaml ├── product-components.yaml ``` openapi.yaml ```yaml openapi: 3.0.0 info: title: Demo...

`toFile()` fails when underlying path denotes virtual files (i.e. inside JARs on classpath). `readAllBytes` works with all filesystems transparently.

When using the swagger parser, we received the below log warning message[2] when we have a pattern regular value with syntax errors[1]. This error log is kind of confusing at...

When converting an OpenAPI 2.0 to 3.0 using the SwaggerConverter, default style and explode values are not given unless an array type is used. However, the OpenAPIDeserializer in version 3.0...

Hi, While testing the new 3.1.0 feature of a pathItem in components, I found that resolveFully is not replacing internal references such as `$ref: "#/components/pathItems/getPet"` when the initial URL to...

The following schema logs a warning message `Error snake-parsing yaml content` with an exception: `java.lang.IllegalArgumentException: Null key for a Map not allowed in JSON (use a converting NullKeySerializer?) (through reference...

I'm using the latest version of swagger-parser (2.1.13) and I've noticed an inconsistency in how a byte array schema's example field is read in and stored on the Schema (openapi...

I know that your latest editor is supporting for asyncapi specification... So will there be improvement here as well for asyncapi spec parsing?