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

Vertex implementation for Spark DSL sections.

Represents a configured section in a Spark DSL implementation.
For example, the `[:attributes]` section in an Ash Resource.

# `t`

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

---

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