mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-05 23: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
|
||||
properties:
|
||||
edu_type:
|
||||
type: string
|
||||
type: enum
|
||||
enum: ['m.typing']
|
||||
description: The string ``m.typing``
|
||||
example: "m.typing"
|
||||
content:
|
||||
|
|
|
|||
Loading…
Reference in a new issue