# `Clarity.Vertex.Spark.Entity`
[🔗](https://github.com/team-alembic/clarity/blob/v0.6.0/lib/clarity/vertex/spark/entity.ex#L2)

Vertex implementation for Spark DSL entities.

Represents a configured entity within a Spark DSL section.
For example, an individual attribute in the `[:attributes]` section of an Ash Resource.

# `t`

```elixir
@type t() :: %Clarity.Vertex.Spark.Entity{
  entity: struct(),
  module: module(),
  path: [atom()]
}
```

---

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