forked from TrueCloudLab/lego
14 lines
254 B
JSON
14 lines
254 B
JSON
{
|
|
"type": "ValidationError",
|
|
"message": "Validation failed",
|
|
"validationErrors": [
|
|
{
|
|
"message": "should be string",
|
|
"path": ".address.street",
|
|
"type": "format",
|
|
"context": {
|
|
"format": "email"
|
|
}
|
|
}
|
|
]
|
|
}
|