You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
432 B
YAML
22 lines
432 B
YAML
6 years ago
|
---
|
||
|
allOf:
|
||
6 years ago
|
- $ref: core-event-schema/event.yaml
|
||
6 years ago
|
description: Describes all push rules for this user.
|
||
|
properties:
|
||
|
content:
|
||
|
properties:
|
||
|
global:
|
||
|
type: object
|
||
|
title: Ruleset
|
||
|
description: The global ruleset
|
||
6 years ago
|
allOf:
|
||
|
- $ref: ../../api/client-server/definitions/push_ruleset.yaml
|
||
6 years ago
|
type: object
|
||
|
type:
|
||
|
enum:
|
||
|
- m.push_rules
|
||
|
type: string
|
||
|
title: Push rules
|
||
|
type: object
|
||
|
|