You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
507 B
YAML
15 lines
507 B
YAML
# 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
|