Re-add required flags the correct way
This commit is contained in:
parent
af2c74c186
commit
bd753d4bf4
1 changed files with 2 additions and 0 deletions
|
@ -91,6 +91,7 @@ paths:
|
|||
}
|
||||
schema:
|
||||
type: object
|
||||
required: ["notifications"]
|
||||
properties:
|
||||
next_token:
|
||||
type: string
|
||||
|
@ -102,6 +103,7 @@ paths:
|
|||
type: array
|
||||
items:
|
||||
type: object
|
||||
required: ["actions", "event", "read", "room_id", "ts"]
|
||||
title: Notification
|
||||
properties:
|
||||
actions:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue