- 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"
}