19 lines
426 B
Plaintext
19 lines
426 B
Plaintext
rules:
|
|
no-invalid-media-type-examples: warn
|
|
operation-4xx-response: off
|
|
rule/tag-description:
|
|
subject: Tag
|
|
property: description
|
|
message: Tag description must be at least 13 characters and end with a full stop.
|
|
severity: error
|
|
minLength: 13
|
|
pattern: /\.$/
|
|
plugins:
|
|
- plugin.js
|
|
- api/plugin.js
|
|
extends:
|
|
- recommended
|
|
- api/nested-config.yaml
|
|
- test-plugin-nested/all
|
|
- test-plugin/all
|