mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-07 12:14:10 +01:00
Re-add required flags the correct way
This commit is contained in:
parent
af2c74c186
commit
bd753d4bf4
|
|
@ -91,6 +91,7 @@ paths:
|
||||||
}
|
}
|
||||||
schema:
|
schema:
|
||||||
type: object
|
type: object
|
||||||
|
required: ["notifications"]
|
||||||
properties:
|
properties:
|
||||||
next_token:
|
next_token:
|
||||||
type: string
|
type: string
|
||||||
|
|
@ -102,6 +103,7 @@ paths:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
type: object
|
type: object
|
||||||
|
required: ["actions", "event", "read", "room_id", "ts"]
|
||||||
title: Notification
|
title: Notification
|
||||||
properties:
|
properties:
|
||||||
actions:
|
actions:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue