openapi_first icon indicating copy to clipboard operation
openapi_first copied to clipboard

Build your API on top of OpenAPI. Ensure that your implementation follows exactly your API description.

Results 4 openapi_first issues
Sort by recently updated
recently updated
newest added

When i get errors about this and that field not being of the right type. I really need to see what the response actually was. Trying to write a log...

Ran into an issue with `oneOf` unions, but _only_ when using a `discriminator` property. I am not sure if this is an `openapi_first` issue or a `json_schemer` issue, so I'd...

bug

I've stumbled on this error: My API responds with an binary stream (file attachment). In my openapi.yml the response is described like this: ``` ... content: "*/*": schema: type: string...

bug

Being able to (optionally) validate the structure of a given OpenAPI file would be handy. Solution idea: Make use of the meta schemas [included in json_schemer](https://github.com/davishmcclurg/json_schemer?tab=readme-ov-file#openapi)

enhancement
help wanted