Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
9 lines
124 B
YAML
9 lines
124 B
YAML
type: object
|
|
required:
|
|
- email
|
|
properties:
|
|
email:
|
|
description: The User's email.
|
|
type: string
|
|
format: email
|