mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 04:54: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:
|
||||
user_ids:
|
||||
type: string[]
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
description: A list of Matrix IDs of mentioned users.
|
||||
room:
|
||||
type: boolean
|
||||
|
|
|
|||
Loading…
Reference in a new issue