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
