2019-02-15 20:23:38 +00:00
|
|
|
---
|
|
|
|
allOf:
|
2019-02-15 21:24:26 +00:00
|
|
|
- $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
|
|
|
|
|