API ReferenceSchemas
JsonError
A single validation error in JSON:API format.
A single validation error in JSON:API format.
Example
{ "code": "email_format", "detail": "must be a valid email address", "source": { "pointer": "/email" }, "title": "Invalid value"}