13 lines
275 B
YAML
13 lines
275 B
YAML
|
type: object
|
||
|
properties:
|
||
|
name:
|
||
|
type: string
|
||
|
description: Name of the user
|
||
|
email:
|
||
|
type: string
|
||
|
description: Email of the user
|
||
|
password:
|
||
|
type: string
|
||
|
description: Password must contain uppercase, lowercase letters, number and a special character
|
||
|
|