Francois LASNE

Results 92 issues of Francois LASNE

Given the attached files vaccum returns 2 warning vs it s a bit corner case as : *sample of items if sample of the array is provided * sample in...

needs investigation

given "400": $ref: ../../_shared/common.yaml#/components/responses/400-BadRequest redocly will produce '401': $ref: '#/components/responses/401-Unauthorized' vs yours is expanding all that can generate giantic files, this could be mitigated by doing same as redocly ....

enhancement

One key differenciator of libopenapi beeing to have the line number, Requirement would be to have the capacity to discard a warning given a configuration * can be either by...

enhancement

given an API Spec with a return content type set to application/xml it raise an error stating that example must be an object Example for application/xml is not valid: expected...

needs investigation

There is a typo here https://github.com/gravitee-io/gravitee-docs/blob/master/am/2.x/scim/swagger.yml#L599 here ``` Member: type: object properties: value: type: string description: id attribute of a SCIM resource $ref: type: string description: The URI of a...

Looking on the page here https://spec.openapis.org/registry/format/ as well on the JSON content here https://[spec.openapis.org/api/format.json](https://spec.openapis.org/api/format.json) there are some mistakes in the collumn type for instance : decimal A fixed point decimal...

bug
format-registry

given an API diff change got this errpr openapi-changes version: 0.0.62 | compiled: Thu, 25 Apr 2024 16:39:09 UTC DONE starting console... panic: runtime error: slice bounds out of range...

Doing openapi-changes **report** a.yml b.yml it returns raw json {"message": "No changes found between specifications"} when leveraging summay there is no output when leveraging console it looks a bit broken...

given 2 files , if i generate a report =A , and then fo a second report B A and B are different, the order is not the same ,...

given the command line openapi-changes html-report 1.yaml 2.yaml when i display a a diff ![image](https://github.com/pb33f/openapi-changes/assets/12461661/a649efae-578c-444d-8a4b-d63f27c83380) i would expect to not have original and not available , but 1.yaml and 2.yaml...

enhancement