detail; validation failures instead return one key per offending field, each holding a list of messages, with cross-field problems under non_field_errors.{
"detail": "string",
"property1": [
"string"
],
"property2": [
"string"
]
}