0
{
"errors": {
"firstName": ["cannot be blank", "must be 10+ characters"],
"lastName": ["cannot contain symbols"]
}
}
{
"errors": [
{ "path": "firstName", "message": "cannot be blank" },
{ "path": "firstName", "message": "must be 10+ characters" },
{ "path": "lastName", "message": "cannot contain symbols" }
]
}
はあなたが好きです何のフォーマット形式や、なぜ、どのようなことがあり利点は?API検証エラー