openapi-examples-validator icon indicating copy to clipboard operation
openapi-examples-validator copied to clipboard

Validates embedded examples in OpenAPI-files

Results 12 openapi-examples-validator issues
Sort by recently updated
recently updated
newest added

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 : ```...

feature
breaking-changes

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...

dependencies

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...

feature

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...

ready-for-review

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...

feature
breaking-changes

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:...

on-hold
depends-on-3rd-party

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...

help wanted
feature

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...