From b055d1de876d5c7b497c8a9936a5a8577fd01d4b Mon Sep 17 00:00:00 2001 From: Jad El Kik <64258942+ls-jad-elkik@users.noreply.github.com> Date: Fri, 3 May 2024 14:52:20 +0300 Subject: [PATCH] docs(rulesets): update docs about recommended OpenAPI rules (#2594) Co-authored-by: Nauman --- docs/reference/openapi-rules.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/reference/openapi-rules.md b/docs/reference/openapi-rules.md index d55e43772..0ea70cded 100644 --- a/docs/reference/openapi-rules.md +++ b/docs/reference/openapi-rules.md @@ -115,7 +115,7 @@ It can be hard to pick a license, so if you don't have a lawyer around you can u How useful this is in court is not entirely known, but having a license is better than not having a license. -**Recommended:** Yes +**Recommended:** No **Good Example** @@ -130,7 +130,7 @@ info: Mentioning a license is only useful if people know what the license means, so add a link to the full text for those who need it. -**Recommended:** Yes +**Recommended:** No **Good Example** @@ -244,8 +244,6 @@ tags: - name: "Badger" ``` -**Recommended:** No - ### operation-description **Recommended:** Yes