Add a strict type the m.typing EDU
This commit is contained in:
parent
a53fa9300d
commit
96896fe5d6
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue