Zally is a linter for OpenAPI specifications.
- Capable of checking RESTful API design standards
- Gives early feedback for API designers
- Provides best practices and advices
Its standard configuration will check your APIs against the rules defined in Zalando's RESTful Guidelines, but anyone can use it out-of-the-box.
Web UI shows implemented rules and lints external files and inline API definitions.
Features
- Support for OpenAPI 3 and (Swagger) OpenAPI 2 specifications
- RESTful API, CLI and Web interface
- Rich Check configuration
- Ignore functionality (x-zally-ignore extension)
- Java/Kotlin API for new Checks + helper functions