mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 20:37:50 +00:00
14 lines
204 B
YAML
14 lines
204 B
YAML
type: object
|
|
properties:
|
|
id:
|
|
type: string
|
|
email:
|
|
type: string
|
|
example: "sender@example.com"
|
|
verificationStatus:
|
|
type: string
|
|
enum:
|
|
- PENDING
|
|
- SUCCESS
|
|
- FAILED
|