9 lines
211 B
YAML
9 lines
211 B
YAML
|
|
type: object
|
||
|
|
properties:
|
||
|
|
error:
|
||
|
|
type: string
|
||
|
|
description: A description of the error encountered.
|
||
|
|
example: "Bad format for username. Errors: String is too long: 77/25."
|
||
|
|
success:
|
||
|
|
type: number
|