mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-22 07:13:43 +01:00
28 lines
576 B
YAML
28 lines
576 B
YAML
|
|
type: "object"
|
||
|
|
properties:
|
||
|
|
content:
|
||
|
|
type: array
|
||
|
|
items:
|
||
|
|
type: object
|
||
|
|
allOf: [ "$ref": "definitions/push_rule.yaml"]
|
||
|
|
override:
|
||
|
|
type: array
|
||
|
|
items:
|
||
|
|
type: object
|
||
|
|
allOf: [ "$ref": "definitions/push_rule.yaml"]
|
||
|
|
room:
|
||
|
|
type: array
|
||
|
|
items:
|
||
|
|
type: object
|
||
|
|
allOf: [ "$ref": "definitions/push_rule.yaml"]
|
||
|
|
sender:
|
||
|
|
type: array
|
||
|
|
items:
|
||
|
|
type: object
|
||
|
|
allOf: [ "$ref": "definitions/push_rule.yaml"]
|
||
|
|
underride:
|
||
|
|
type: array
|
||
|
|
items:
|
||
|
|
type: object
|
||
|
|
allOf: [ "$ref": "definitions/push_rule.yaml"]
|