mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 13:04:10 +01:00
Fix schema of user_ids
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
838dec272c
commit
199aa15b4d
|
|
@ -28,7 +28,9 @@ example: {
|
||||||
}
|
}
|
||||||
properties:
|
properties:
|
||||||
user_ids:
|
user_ids:
|
||||||
type: string[]
|
type: array
|
||||||
|
items:
|
||||||
|
type: string
|
||||||
description: A list of Matrix IDs of mentioned users.
|
description: A list of Matrix IDs of mentioned users.
|
||||||
room:
|
room:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue