Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
10 lines
148 B
YAML
10 lines
148 B
YAML
type: object
|
|
required:
|
|
- invites
|
|
properties:
|
|
invites:
|
|
type: array
|
|
description: An array of invites
|
|
items:
|
|
$ref: ./Invite.yaml
|