# `Selecto.Domain.Examples`

Canonical domain examples used to keep ecosystem contract projections aligned.

These examples are intentionally synthetic and database-free. They exercise the
same contract vocabulary across core Selecto, SelectoComponents, and
SelectoUpdato: query fields, filters, capabilities, choice sources, published
views, writes, and domain actions.

# `camp_registrations`

```elixir
@spec camp_registrations() :: map()
```

A camp registration domain proving the same contract surfaces outside the
Work Items vocabulary.

# `work_items`

```elixir
@spec work_items() :: map()
```

A task/workflow domain with query, export, published-view, choice-source, and
write/action surfaces.

---

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