12 lines
242 B
Plaintext
12 lines
242 B
Plaintext
plugins:
|
|
- plugin.js
|
|
rules:
|
|
operation-2xx-response: error
|
|
rule/path-item-get-defined:
|
|
subject: PathItem
|
|
property: get
|
|
message: Every path item must have a GET operation.
|
|
defined: true
|
|
extends:
|
|
- test-plugin-nested/all
|