---
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