Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
22 lines
468 B
YAML
22 lines
468 B
YAML
type: object
|
|
x-expanded-relations:
|
|
field: notifications
|
|
relations:
|
|
- resends
|
|
required:
|
|
- notifications
|
|
properties:
|
|
notifications:
|
|
type: array
|
|
items:
|
|
$ref: ./Notification.yaml
|
|
count:
|
|
type: integer
|
|
description: The total number of notifications
|
|
offset:
|
|
type: integer
|
|
description: The number of notifications skipped before these notifications
|
|
limit:
|
|
type: integer
|
|
description: The number of notifications per page
|