ibm-openapi-validator
Version:
Configurable and extensible validator/linter for OpenAPI documents
10 lines (9 loc) • 313 B
YAML
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