Zally API
The Zally REST API performs linting of OpenAPI specifications against configurable rule sets. It returns violations grouped by rule severity (MUST, SHOULD, COULD, MAY, HINT), tracks linting statistics, and lists supported rules. Authentication is via Bearer JWT.
Documentation
Documentation
https://opensource.zalando.com/zally/
APIReference
https://github.com/zalando/zally/blob/main/server/zally-server/src/main/resources/api/zally-api.yaml
Authentication
https://github.com/zalando/zally/tree/main/server#authentication
Specifications
OpenAPI
https://raw.githubusercontent.com/api-evangelist/zally/refs/heads/main/openapi/zally-api.yml
JSON-LD
https://raw.githubusercontent.com/api-evangelist/zally/refs/heads/main/json-ld/zally-context.jsonld
Schemas & Data
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zally/refs/heads/main/json-schema/
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zally/refs/heads/main/json-structure/
Examples
OpenAPI
#API Linting
#API Quality
#OpenAPI