From 40a10bd0436763e016567d5e8b188b93ca1cce59 Mon Sep 17 00:00:00 2001 From: Phil Sturgeon <67381+philsturgeon@users.noreply.github.com> Date: Thu, 1 Feb 2024 15:02:10 +0000 Subject: [PATCH] Added zalando --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a19e318..5cebe92 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,8 @@ Rulesets focused on helping you design and build better APIs. - [Box](https://github.com/box/box-openapi/blob/main/.spectral.yml) - Lots of [Custom Functions](https://meta.stoplight.io/docs/spectral/ZG9jOjI1MTkw-custom-functions) being used to enforce good practices that the Box API governance folks are interested in. - [Tranascom](https://github.com/transcom/mymove/blob/master/swagger-def/.spectral.yml) - Don't even think about using anything other than `application/json`. - [SPS Commerce](https://github.com/spscommerce/sps-api-standards) - Holistic and opinionated API style guide with documentation portal and associated sprectral ruleset. - +- [Zalando](https://github.com/baloise-incubator/spectral-ruleset) - Custom Spectral API Linter ruleset for Zalando RESTful API Guidelines. + ## OpenAPI Style Guides Rulesets helping you write better OpenAPI or AsyncAPI, but doesn't really tell you how to write the API itself.