Type

urn:problem-type:belgif:input-validation:schemaViolation

Title

Input isn’t valid with respect to schema

Description

Violation against the OpenAPI description of the API.

Example [1]
{
  "type": "urn:problem-type:belgif:input-validation:schemaViolation",
  "href": "https://www.belgif.be/specification/rest/api-guide/issues/schemaViolation.html",
  "title": "Input isn't valid with respect to schema",
  "detail": "enterpriseNumber abc should be numeric",
  "in": "path",
  "name": "enterpriseNumber",
  "value": "abc"
}

1. For brevity, only the issue itself is shown here. Typically, this will be located inside the issues[] array of an HTTP 400 Bad Request Problem.