validation_array_length
HTTP Status: 422 Category: Validation
When you see this
List is too short or too long for the schema.
How to fix it
Trim or pad per the bounds in error.details.errors[].ctx. Empty optional lists should be omitted, not sent as [].
Example response
{
"error": {
"code": "validation_array_length",
"message": "List is too short or too long for the schema.",
"hint": null,
"doc_url": "https://docs.valara.cloud/api-reference/errors/validation_array_length",
"request_id": "req_01H...",
"details": {
"errors": [],
"field_count": 0
}
}
}