Validation Error
HTTP 422
validation-errorOne or more request fields failed validation. The response includes an `errors` array with field-level `pointer`, `message`, and `code` for each failing field.
Type URI
https://docs.avvail.com/v2/problems/validation-errorExample Response
{
"type": "https://docs.avvail.com/v2/problems/validation-error",
"title": "Validation Error",
"detail": "One or more request fields failed validation. The response includes an `error...",
"instance": "/v2/example"
}