api-insights-openapi-rulesets
api-insights-openapi-rulesets copied to clipboard
Analyzers for OAS document linting as rulesets
adds rule and tests for conditionalRequestHeaderMatch
Is it possible to export the `.json` rulesets in this repo? That would make it much easier to use from non-node applications who want to access the evaluated ruleset.
Updates the module.exports to export default and the require to imports Extracts commonAbbreviates to it's own file instead of object in js file Adds new documentation rules & supporting functions
Validation should flag error when there is an undefined required property and/or a broken internal reference. Issue: [link](https://wwwin-github.cisco.com/DevNet/api-insights-support/issues/48) Approach: [link](https://github.com/abkum3/broken-internal-refs/blob/main/NESTED_REFS_SOLUTION.md)