Update room_event_filter.yaml to use the OpenAPI allOf definition
This is just maintenance.
This commit is contained in:
parent
7d08ef73d0
commit
97e3dd443b
1 changed files with 18 additions and 18 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue