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
351 B
YAML
16 lines
351 B
YAML
---
|
|
allOf:
|
|
- $ref: core-event-schema/state_event.yaml
|
|
description: A moderation policy rule which affects users.
|
|
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.user
|
|
type: string
|
|
type: object
|