Sérgio Ferreira
Sérgio Ferreira
Hello I've made the PR https://github.com/cdimascio/express-openapi-validator/pull/882 which should add support for OpenAPI 3.1, with @Jackman3005 suggestion. There are still tests missing, but I don't have a great amount of time...
I have an issue which seems to be related, at least the output is somewhat the same. I can reproduce it with Lerna. Here's the full description: https://github.com/lerna/lerna/issues/3807 The issue...
> Thank you! can you help build the scaffolding and establish a pattern for 3.1 tests, enabling myself and the community to contribute and expand on them Yes, I can...
Hello! I just pushed the first test for OpenAPI 3.1, where we test for webhook support without any API routes, in which I found some bugs immediately :rofl: but at...
Hello Just added the list of things we need to ensure that work in OpenAPI 3.1. I based it on OpenAPI's own changelog. I'm currently adding tests to ensure that...
Hello @cdimascio I've added the most important tests. There are some more things to validate, but they're assured by AJV, thus I don't think they're critical to have this feature....
@medranocalvo Thank you very much! I took a look at the schema, and it looks like it was a bug at the schema level, which has been fixed in https://github.com/OAI/OpenAPI-Specification/pull/3355,...
And it is fixed :) All tests are passing That means this PR is complete AFAIK and can be reviewed and merged to fully support Open API 3.1, including reusable...
> Hi @cdimascio @mdmower @SF97 I'm still looking forward to testing this as I think it will help with a number of issues I'm facing around `nullable`. > > Where...
Hello With https://github.com/cdimascio/express-openapi-validator/pull/1036 the number goes down to 15, due to a fix I've made in some tests. With the routing syntax changes, I don't think there's an easy way...