openapi_first
openapi_first copied to clipboard
Build your API on top of OpenAPI. Ensure that your implementation follows exactly your API description.
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...
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...
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)