Problem payload shape
{
"type": "https://api.dutyclaims.com/problems/validation-error",
"title": "Validation Error",
"status": 422,
"detail": "The payload did not satisfy the current contract.",
"requestId": "req_123",
"correlationId": "corr_456",
"error": "validation_error",
"issues": [
{
"path": "entries[0].entryNumber",
"message": "Entry number is required."
}
]
}