lego/providers/dns/mittwald/internal/fixtures/error-client.json
2024-08-30 19:46:02 +02:00

14 lines
254 B
JSON

{
"type": "ValidationError",
"message": "Validation failed",
"validationErrors": [
{
"message": "should be string",
"path": ".address.street",
"type": "format",
"context": {
"format": "email"
}
}
]
}