Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/networknt/openapi-parser
A light-weight, fast OpenAPI 3.0 parser and validator with minimum third party dependencies
https://github.com/networknt/openapi-parser
openapi openapi-spec openapi-specification openapi-validation openapi3
Last synced: 8 days ago
JSON representation
A light-weight, fast OpenAPI 3.0 parser and validator with minimum third party dependencies
- Host: GitHub
- URL: https://github.com/networknt/openapi-parser
- Owner: networknt
- License: epl-1.0
- Created: 2017-11-13T02:47:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-30T02:02:10.000Z (17 days ago)
- Last Synced: 2024-10-30T04:57:03.411Z (17 days ago)
- Topics: openapi, openapi-spec, openapi-specification, openapi-validation, openapi3
- Language: Java
- Size: 496 KB
- Stars: 9
- Watchers: 18
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# openapi-parser
A light-weight, fast OpenAPI 3.0 parser and validator with minimum third party dependencies.
[Stack Overflow](https://stackoverflow.com/questions/tagged/light-4j) |
[Google Group](https://groups.google.com/forum/#!forum/light-4j) |
[Gitter Chat](https://gitter.im/networknt/light-rest-4j) |
[Subreddit](https://www.reddit.com/r/lightapi/) |
[Youtube Channel](https://www.youtube.com/channel/UCHCRMWJVXw8iB7zKxF55Byw) |
[Documentation](https://doc.networknt.com/library/openapi-parser/) |
[Contribution Guide](https://doc.networknt.com/contribute/) |It is based on the generated code from [KaiZen OpenAPI Parser](https://github.com/RepreZen/KaiZen-OpenApi-Parser) without
dependency on javaparser-core, guava, commons-cli, commons-io, javax.mail and guice.### License
The OpenAPI Parser is provided under the Eclipse Public License 1.0 following the parent [KaiZen OpenAPI Parser](https://github.com/RepreZen/KaiZen-OpenApi-Parser)