mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-15 18:43:43 +01:00
Add a strict type the m.typing EDU
This commit is contained in:
parent
a53fa9300d
commit
96896fe5d6
|
|
@ -20,7 +20,8 @@ allOf:
|
||||||
- type: object
|
- type: object
|
||||||
properties:
|
properties:
|
||||||
edu_type:
|
edu_type:
|
||||||
type: string
|
type: enum
|
||||||
|
enum: ['m.typing']
|
||||||
description: The string ``m.typing``
|
description: The string ``m.typing``
|
||||||
example: "m.typing"
|
example: "m.typing"
|
||||||
content:
|
content:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue