openapi-examples-validator
openapi-examples-validator copied to clipboard
Validates embedded examples in OpenAPI-files
Closes #155 From this PR, we are able to validate examples that contain "discriminator". However to can validate a specification, inheritance have to be in the following form : ```...
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.0 to 2.0.4. Release notes Sourced from loader-utils's releases. v2.0.4 2.0.4 (2022-11-11) Bug Fixes ReDoS problem (#225) (ac09944) v2.0.3 2.0.3 (2022-10-20) Bug Fixes security: prototype pollution exploit...
While investigating a documentation defect, I ran `openapi-examples-validator` and saw that it reported 13 examples, but if I ran a regexp for `examples?:` I got 24 matches, and my OAS...
Thanks for making this handy tool! 🙌🏻 I wanted to make a quick issue to track the progress towards supporting OpenAPI v3.1, because it's been out for over a year...
I'm using `openapi-example-validator` to check if the values returned by our API meet the specifications. This to ensure we cannot forget to update the documentation and to avoid any breaking...
Hi, first, thank a lot for your magic tool. It is really great to be able to validate our examples!! However, I have a question about polymorphism. Indeed, can you...
Hello i'am using the openapi-examples-validator (4.2.0) to validate a openapi spec yaml that contains a recursive object. i got this error below a example `openapi` document ``` (node:19) UnhandledPromiseRejectionWarning: RangeError:...
https://swagger.io/docs/specification/data-models/data-types/#readonly-writeonly Depending on where the property is defined (request vs. response) I would expect the validator to account for readOnly and writeOnly fields. I would also expect that if a...
Two extension points added: - to provision own validator instance - to provision spec postprocessor Fixes #188
I think it would be useful to enable codebase for extensions e.g., to be able to provide own ajv validator or an instance of determiner. To my understanding determiner logic...