mirror of
https://github.com/matrix-org/matrix-spec.git
synced 2026-01-11 19:46:27 +00:00
14 lines
507 B
YAML
14 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
|