Type

urn:problem-type:belgif-ext:input-validation:invalidStructure

Title

Input value has invalid structure

Description

An input value has an invalid structure or format, e.g. incorrect checksum.

Example [1]
{
  "type": "urn:problem-type:belgif-ext:input-validation:invalidStructure",
  "href": "https://www.belgif.be/specification/rest/api-guide/issues/ext/invalidStructure.html",
  "title": "Input value has invalid structure",
  "detail": "SSIN 12345678900 is invalid",
  "in": "query",
  "name": "ssin",
  "value": "12345678900"
}

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.