mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-21 21:43:43 +01:00
Compare commits
3 commits
49e72b6b67
...
6886a39362
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6886a39362 | ||
|
|
74a0d5f289 | ||
|
|
19fa1c9cbf |
1
changelogs/internal/newsfragments/2238.clarification
Normal file
1
changelogs/internal/newsfragments/2238.clarification
Normal file
|
|
@ -0,0 +1 @@
|
|||
Silence failing redocly-cli rule.
|
||||
|
|
@ -102,6 +102,13 @@ paths:
|
|||
example: "!au1ba7o:matrix.org"
|
||||
schema:
|
||||
type: string
|
||||
requestBody:
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
type: object
|
||||
example: {}
|
||||
required: true
|
||||
responses:
|
||||
"200":
|
||||
description: The room has been forgotten.
|
||||
|
|
|
|||
|
|
@ -8,4 +8,7 @@ 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, yet we find them useful. Disable this rule
|
||||
# and instead check example schema using `check-event-schema-examples.py`
|
||||
no-invalid-schema-examples: off
|
||||
|
|
|
|||
Loading…
Reference in a new issue