extends: '@ibm-cloud/openapi-ruleset'
rules:
  # Turn off a rule that is on in the default ruleset
  openapi-tags: off
  # Turn on a rule that is off in the default ruleset
  no-eval-in-markdown : error
  # Change the severity of a rule in the default ruleset
  oas3-valid-schema-example: warn
  oas3-schema: off
