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

Hi, When I used the following OpenAPI specification file and try to get the OpenAPI object from the parser which is enabled with flatten option, the references created for inline...

Hi guys. I've recently updated swagger-parser from `2.1.15` to `2.1.22` and found out there is an error while trying to assembly project with swagger-parser dependency. To reproduce error all you...

bug
P2

Due to unexpected results during parsing OAS with options - resolve and flatten set to true, we decided to create resolveResponses flag, from now responses will not be fully resolved...

We have a schema which can either be null or a list of object. This is mainly to allow the parameter to be optionally passed and to detect if the...

### Description I am encountering an issue with the openapi-generator-maven-plugin (version 6.2.1) while attempting to generate API stubs from a remote OpenAPI specification file hosted on SwaggerHub. The build process...

I just tried switching my project to OpenAPI 3.1.0 version and found that any `$ref` with json path with escaping in it fails with ``` java.net.URISyntaxException: Illegal character in fragment...

Before merge: - [ ] Bump swagger-core and update it's version in pom

I have an `OrderCreate` Schema that holds properties, one of this properties is an `buggedProperty` which is of type array, this property holds a schema `OrderItem` in Items that is...

**Version:** 2.1.29 **Description:** We are seeing issue parsing a valid OpenAPI 3.0 spec with an unquoted `example:` when the spec includes a deeply nested schema elsewhere. **Steps to Reproduce:** When...