Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bobvanderlinden/swagger-scrubber
Remove invalid entries from Swagger specification files
https://github.com/bobvanderlinden/swagger-scrubber
Last synced: 7 days ago
JSON representation
Remove invalid entries from Swagger specification files
- Host: GitHub
- URL: https://github.com/bobvanderlinden/swagger-scrubber
- Owner: bobvanderlinden
- Created: 2018-05-17T09:27:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-02T00:06:59.000Z (over 4 years ago)
- Last Synced: 2024-04-24T18:55:37.674Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 556 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# swagger-scrubber
[![Greenkeeper badge](https://badges.greenkeeper.io/bobvanderlinden/swagger-scrubber.svg)](https://greenkeeper.io/)
A command-line tool to remove invalid definitions from a Swagger specification.
## Installation
## Usage
```
swagger-scrubber scrub --from swagger_2 swagger.json
```This will output a valid Swagger specification on `STDOUT` and outputs the validation errors that were found in `swagger.json` to `STDERR`.