# See https://redocly.com/docs/cli/configuration/ for more information. extends: - recommended-strict rules: info-license: off security-defined: off operation-4xx-response: off no-invalid-media-type-examples: off no-path-trailing-slash: off operation-2xx-response: off spec-strict-refs: error # $ref in examples are not spec-compliant, yet we find them useful. Disable this rule # and instead check example schema using `check-event-schema-examples.py` no-invalid-schema-examples: off