mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-12 22:44:09 +01:00
Silence redocly-cli rule checking examples
`$ref` inside examples is non-compliant for OpenAPI / Json Schema, so this rule fails to check the examples properly. We already perform this check with `scripts/check-event-schema-examples.py`. Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
974b0b721e
commit
302a2e2461
|
|
@ -8,4 +8,6 @@ rules:
|
|||
no-invalid-media-type-examples: off
|
||||
no-path-trailing-slash: off
|
||||
operation-2xx-response: off
|
||||
spec-strict-refs: error
|
||||
spec-strict-refs: error
|
||||
# $ref in examples are not spec-compliant so we perform this check in a python script.
|
||||
no-invalid-schema-examples: off
|
||||
|
|
|
|||
Loading…
Reference in a new issue