# `Ash.Info.Manifest.Metadata`
[🔗](https://github.com/ash-project/ash/blob/v3.25.2/lib/ash/info/manifest/metadata.ex#L5)

Represents action metadata in the API specification.

# `t`

```elixir
@type t() :: %Ash.Info.Manifest.Metadata{
  allow_nil?: boolean(),
  custom: map(),
  description: String.t() | nil,
  name: atom(),
  type: Ash.Info.Manifest.Type.t()
}
```

---

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