Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevindew/openapi3-validator
A very quickly cobbled together OpenAPI 3 Validator
https://github.com/kevindew/openapi3-validator
Last synced: 20 days ago
JSON representation
A very quickly cobbled together OpenAPI 3 Validator
- Host: GitHub
- URL: https://github.com/kevindew/openapi3-validator
- Owner: kevindew
- License: mit
- Created: 2018-09-01T12:36:21.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-01T12:44:49.000Z (about 6 years ago)
- Last Synced: 2024-10-05T01:41:23.110Z (about 1 month ago)
- Language: HTML
- Homepage: https://openapi3-validator.herokuapp.com/
- Size: 3.91 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Openapi3 Validator
A super basic validator for Openapi3 files - using [openapi3_parser][] gem.
[openapi3_parser]: https://github.com/kevindew/openapi3_parser
## Usage
You can visit https://openapi3-validator.herokuapp.com/ to try this out
or locally:
- clone this repo
- run `bundle install`
- run `ruby app.rb`
- visit http://localhost:4567## Licence
[MIT License](LICENCE)