Type

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

Title

Unknown input

Description

Request contains an unknown input field, i.e. unknown body (JSON) properties in the payload or unknown query request parameters.

Example [1]
{
  "type": "urn:problem-type:belgif:input-validation:unknownInput",
  "href": "https://www.belgif.be/specification/rest/api-guide/issues/unknownInput.html",
  "title": "Unknown input",
  "detail": "Input entrepriseNumber is unknown",
  "in": "query",
  "name": "entrepriseNumber", (1)
  "value": "0000000196"
}
  1. For example, the client misspelled to body property "enterpriseNumber"


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.