13 lines
201 B
YAML
13 lines
201 B
YAML
type: object
|
|
x-expanded-relations:
|
|
field: notifications
|
|
relations:
|
|
- resends
|
|
required:
|
|
- notifications
|
|
properties:
|
|
notifications:
|
|
type: array
|
|
items:
|
|
$ref: ./Notification.yaml
|