Properly mark required response keys to pass tests

pull/977/head
Maxime Dor 7 years ago
parent 8a6103798e
commit 28c09aed62

@ -54,6 +54,9 @@ paths:
answering the query.
items:
type: string
required:
- "room_id"
- "servers"
examples:
application/json: {
"room_id": "!roomid1234:example.org",

Loading…
Cancel
Save