mirror of
https://github.com/go-acme/lego.git
synced 2024-12-23 09:15:11 +02:00
15 lines
254 B
JSON
15 lines
254 B
JSON
{
|
|
"type": "ValidationError",
|
|
"message": "Validation failed",
|
|
"validationErrors": [
|
|
{
|
|
"message": "should be string",
|
|
"path": ".address.street",
|
|
"type": "format",
|
|
"context": {
|
|
"format": "email"
|
|
}
|
|
}
|
|
]
|
|
}
|