{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>"
}
]
}Schemas
HTTPValidationError
Validation error envelope returned when DarkRecon rejects missing or malformed request input.
HTTPValidationError
Returned when request validation fails before the application-level handler runs.Common cases
- Missing
X-API-Key - Invalid
scan_idpath input - Malformed JSON or unexpected request structure
detail array contains one or more ValidationError objects.List of validation issues returned by the API framework.
Show child attributes
Show child attributes
