mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-30 22:24:09 +02:00
Update room_event_filter.yaml to use the OpenAPI allOf definition
This is just maintenance.
This commit is contained in:
parent
7d08ef73d0
commit
97e3dd443b
|
|
@ -13,6 +13,7 @@
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
allOf:
|
allOf:
|
||||||
- $ref: event_filter.yaml
|
- $ref: event_filter.yaml
|
||||||
|
- type: object
|
||||||
title: RoomEventFilter
|
title: RoomEventFilter
|
||||||
properties:
|
properties:
|
||||||
not_rooms:
|
not_rooms:
|
||||||
|
|
@ -32,4 +33,3 @@ properties:
|
||||||
type: boolean
|
type: boolean
|
||||||
description: If ``true``, includes only events with a url key in their content. If
|
description: If ``true``, includes only events with a url key in their content. If
|
||||||
``false``, excludes those events.
|
``false``, excludes those events.
|
||||||
type: object
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue