openapi-enforcer
openapi-enforcer copied to clipboard
Hello, is there a way to ignore "Property not found" errors during document validation? For example: ```JavaScript const [openapi, error, warning] = await Enforcer(path, { fullResult: true, componentOptions: { exceptionSkipCodes:...
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.25 to 3.3.1. Changelog Sourced from nanoid's changelog. 3.3.1 Reduced package size. 3.3 Added size argument to function from customAlphabet (by Stefan Sundin). 3.2 Added --size and...
Currently, there is the `exception.code` info available on certain validation errors but not nearly all errors can be processed without parsing the human-readable error message. I would like to process...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Putting this upcoming change on our radar. Supporting version 3.1.0 gives us the ability to use the full JSON schema specification in the Schema Object. https://github.com/OAI/OpenAPI-Specification/pull/2370
The types added in 1.15.0 seem to be missing in 1.15.3 The contents of the openapi-enforcer.d.ts file in the latest version are: ```typescript declare module 'openapi-enforcer' ``` I have checked...
Especially when I use the deference feature, but even just generally, it would be handy if this could detect and potentially remove unused elements. So if I remove a path,...
It would be really good to be able to use this in react native with an in memory document (removing the need for fs)
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.16.3 to 7.23.2. Release notes Sourced from @babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...