mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-06 04:21:09 +00:00
12 lines
231 B
YAML
12 lines
231 B
YAML
UserSignedUp:
|
|
payload:
|
|
type: object
|
|
properties:
|
|
displayName:
|
|
type: string
|
|
description: Name of the user
|
|
email:
|
|
type: string
|
|
format: email
|
|
description: Email of the user
|