speccy
speccy copied to clipboard
Well Spectually 🤓 Enforce quality rules on your OpenAPI 3.0.x specifications.
## Detailed description I am trying to run this line in gitlab ci: ``` docker run -v $(pwd)/crewmeister.yaml:/crewmeister.yaml wework/speccy lint /crewmeister.yaml ``` And it crashes with these logs: ``` Running...
## Detailed description Is it possible to `$ref` pointers to external schemas to be ignored during the resolving phase? ## Context We have a few references to external schemas that...
I have been searching for this function since MONTH in various tools :-) - It is implemented, but not documented (yet) in this readme.
The version of redoc used has a dependency on `dompurify` that has security vulnerabilities described by `npm audit`. When updating to the latest `redoc`, `npm audit` returns no vulnerabilities. Running...
hi! thanks for making speccy! for this PR, the tests pass, and this would be nice to have because of the following issues i've also had: https://github.com/swagger-api/swagger-ui/issues/5061 https://github.com/Mermade/oas-kit/issues/169#issuecomment-516769823 https://github.com/eemeli/yaml/issues/117 in...
When using external references I'm observing the following behavior: - referencing a nonexistent element defined in the same file will fail on resolve (expected) - referencing a nonexistent external file...
Running `speccy resolve -h` list `--internal-refs` whilst the README.MD does not. Thanks!
## Detailed description Hello, there. I'm working on custom rule set, I need to make rules that require examples for requestBody and response. I have question in this context -...
## Detailed description This is a question! I've got several files that I wish to combine. For example I've defined Event object under event.yaml and under local-api.yaml i use those...
For further processing it would be very helpful to have an option to get the lint errors, warnings as "machine-readable" format (*.xml, *.json, ....) - like for example JUnit test...