Fix schema of user_ids

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
Kévin Commaille 2023-09-12 15:14:30 +02:00
parent 838dec272c
commit 199aa15b4d
No known key found for this signature in database
GPG key ID: 29A48C1F03620416

View file

@ -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