mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-02 17:24:10 +02:00
s/number/integer
This commit is contained in:
parent
26d5a24b88
commit
c83da453b5
|
|
@ -88,10 +88,10 @@ properties:
|
||||||
notifications:
|
notifications:
|
||||||
properties:
|
properties:
|
||||||
room:
|
room:
|
||||||
type: number
|
type: integer
|
||||||
description: The level required to trigger an ``@room`` notification. Defaults to 50 if unspecified.
|
description: The level required to trigger an ``@room`` notification. Defaults to 50 if unspecified.
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
type: number
|
type: integer
|
||||||
description: |-
|
description: |-
|
||||||
The power level requirements for specific notification types.
|
The power level requirements for specific notification types.
|
||||||
This is a mapping from ``key`` to power level for that notifications key.
|
This is a mapping from ``key`` to power level for that notifications key.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue