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.
[:attributes]
@type t() :: %Clarity.Vertex.Spark.Entity{ entity: struct(), module: module(), path: [atom()] }