mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-25 16:43:44 +01:00
12 lines
169 B
YAML
12 lines
169 B
YAML
|
|
type: "object"
|
||
|
|
properties:
|
||
|
|
rule_id:
|
||
|
|
type: string
|
||
|
|
actions:
|
||
|
|
type: array
|
||
|
|
items:
|
||
|
|
type: string
|
||
|
|
default:
|
||
|
|
type: boolean
|
||
|
|
enabled:
|
||
|
|
type: boolean
|