0
0
Fork 0
matrix-doc/event-schemas/schema/m.push_rules

22 lines
432 B
Plaintext
Raw Permalink Normal View History

2019-02-15 20:23:38 +00:00
---
allOf:
- $ref: core-event-schema/event.yaml
2019-02-15 20:23:38 +00:00
description: Describes all push rules for this user.
properties:
content:
properties:
global:
type: object
title: Ruleset
description: The global ruleset
2019-02-24 16:43:03 +00:00
allOf:
- $ref: ../../api/client-server/definitions/push_ruleset.yaml
2019-02-15 20:23:38 +00:00
type: object
type:
enum:
- m.push_rules
type: string
title: Push rules
type: object