lego/providers/dns/mittwald/internal/fixtures/error-client.json

15 lines
254 B
JSON
Raw Normal View History

2024-08-30 17:46:02 +00:00
{
"type": "ValidationError",
"message": "Validation failed",
"validationErrors": [
{
"message": "should be string",
"path": ".address.street",
"type": "format",
"context": {
"format": "email"
}
}
]
}