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.
16 lines
355 B
YAML
16 lines
355 B
YAML
5 years ago
|
---
|
||
|
allOf:
|
||
|
- $ref: core-event-schema/state_event.yaml
|
||
|
description: A moderation policy rule which affects servers.
|
||
|
properties:
|
||
|
content:
|
||
|
$ref: "../moderation_policy_rule.yaml"
|
||
|
state_key:
|
||
|
description: An arbitrary string decided upon by the sender.
|
||
|
type: string
|
||
|
type:
|
||
|
enum:
|
||
|
- m.policy.rule.server
|
||
|
type: string
|
||
|
type: object
|