Schemas
ValidationError
Individual validation issue object nested inside HTTPValidationError.detail.
ValidationError
Each entry inHTTPValidationError.detail describes one validation failure.
Key fields
loc: where the validation issue happened, such as["header", "x-api-key"]msg: human-readable explanationtype: machine-readable validation categoryinput: offending value when the framework includes it
