An open API service indexing awesome lists of open source software.

https://github.com/pedrofurtado/spectral-demo

Spectral OpenAPI yaml linter demo. Just for fun.
https://github.com/pedrofurtado/spectral-demo

Last synced: about 1 month ago
JSON representation

Spectral OpenAPI yaml linter demo. Just for fun.

Awesome Lists containing this project

README

        

# spectral-demo

Spectral OpenAPI yaml linter demo. Just for fun.

```bash
docker container run --rm -it -w /app -v $(pwd):/app node:16 /bin/bash
npm install
npx spectral lint myapispec.yaml --ruleset my-spectral-rulesets.yaml
```