Skip to content

Instantly share code, notes, and snippets.

@ioggstream
Created February 20, 2020 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ioggstream/c3e890dcb0ea75546de768a18505ab80 to your computer and use it in GitHub Desktop.
Save ioggstream/c3e890dcb0ea75546de768a18505ab80 to your computer and use it in GitHub Desktop.
spectral ruleset
extends: spectral:oas
rules:
servers-description:
description: Servers must have a description.
given: $.servers[*]
then:
field: description
function: truthy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment