14 lines
225 B
YAML
14 lines
225 B
YAML
type: object
|
|
required:
|
|
- email
|
|
- password
|
|
properties:
|
|
email:
|
|
type: string
|
|
description: The User's email.
|
|
format: email
|
|
password:
|
|
type: string
|
|
description: The User's password.
|
|
format: password
|