# `Ash.Resource.Validation.Context`
[🔗](https://github.com/ash-project/ash/blob/v3.23.1/lib/ash/resource/validation.ex#L52)

Context for a validation.

# `t`

```elixir
@type t() :: %Ash.Resource.Validation.Context{
  actor: Ash.Resource.record() | nil,
  authorize?: boolean() | nil,
  bulk?: boolean(),
  message: String.t() | nil,
  source_context: map(),
  tenant: term(),
  tracer: Ash.Tracer.t() | [Ash.Tracer.t()] | nil
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
