califlower

Results 9 issues of califlower

Hi, Running version 2.4.1 Running in docker on ubuntu I seem to be getting the following error (it seems new?) I haven't had this issue in the past. It seems...

Hi, I ran into a forum post where you said you had examples of homekit running in micropython and that it worked on the pico pi w? Do you know...

Hi, we are using your library (which is wonderful by the way) and I run into a race condition with -race on BuildV3Model in my tests ``` func LoadOpenAPIModel(openAPIRoot string,...

requires investigation

Note: This is my first contribution, so if you want something a particular way please let me know! I tried to keep everything as consistent as possible between the changes...

No-$ref-siblings does not use rolodex so it does not work properly across multiple files Resolved by #543

```bash WARNING: DATA RACE Read at 0x00c0001f82d0 by goroutine 104: github.com/pb33f/libopenapi/index.(*SpecIndex).GetAllComponentSchemas() /Users//Documents/edge-projects/rest-proxy/vendor/github.com/pb33f/libopenapi/index/spec_index.go:331 +0x38 github.com/pb33f/libopenapi/index.(*SpecIndex).GetAllComponentSchemas-fm() :1 +0x34 github.com/pb33f/libopenapi/datamodel/low.LocateRefNodeWithContext() /Users//Documents/edge-projects/rest-proxy/vendor/github.com/pb33f/libopenapi/datamodel/low/extraction_functions.go:88 +0x434 github.com/pb33f/libopenapi/datamodel/low/base.ExtractSchema() /Users//Documents/edge-projects/rest-proxy/vendor/github.com/pb33f/libopenapi/datamodel/low/base/schema.go:1287 +0x320 github.com/pb33f/libopenapi/datamodel/low/v3.(*MediaType).Build() /Users//Documents/edge-projects/rest-proxy/vendor/github.com/pb33f/libopenapi/datamodel/low/v3/media_type.go:95 +0x464 github.com/pb33f/libopenapi/datamodel/low.ExtractMapExtensions[go.shape.*github.com/pb33f/libopenapi/datamodel/low/v3.MediaType,go.shape.e114033d8920fd47cda95878864a7bac19629718fa4165c8b0cecc0ea9ec74d0].func3() /Users//Documents/edge-projects/rest-proxy/vendor/github.com/pb33f/libopenapi/datamodel/low/extraction_functions.go:760 +0x200 github.com/pb33f/libopenapi/datamodel.TranslatePipeline[go.shape.struct {...

OneOf that with discriminators in external files break with inline bundling. Small Example Parent File ``` /shopping: get: responses: '200': description: Catalog page response content: application/json: schema: $ref: 'internal_schemas.yaml#/components/schemas/ResponseCatalogSection' ```...

# Pull Request Thank you for contributing to **swagger-parser**! Please fill out the following checklist to help us review your PR efficiently. --- ## Description fixes #2242 ## Type of...

## Description This happens under all versions of OpenAPI. In the jackson mapper, https://github.com/swagger-api/swagger-parser/blob/master/modules/swagger-parser-v3/src/main/java/io/swagger/v3/parser/ObjectMapperFactory.java#L34 the `DeserializationFeature.USE_BIG_DECIMAL_FOR_FLOATS` ## Affected Version Latest Versions ## Steps to Reproduce Read any openapi file that...

Bug