# `PhoenixKitCatalogue.Schemas.Catalogue`
[🔗](https://github.com/BeamLabEU/phoenix_kit_catalogue/blob/0.1.14/lib/phoenix_kit_catalogue/schemas/cat_catalogue.ex#L1)

Schema for catalogues — top-level groupings (e.g., Kitchen Furniture, Plumbing).

# `t`

```elixir
@type t() :: %PhoenixKitCatalogue.Schemas.Catalogue{
  __meta__: term(),
  categories: term(),
  data: term(),
  description: term(),
  discount_percentage: term(),
  inserted_at: term(),
  kind: term(),
  markup_percentage: term(),
  name: term(),
  status: term(),
  updated_at: term(),
  uuid: term()
}
```

# `allowed_kinds`

# `changeset`

---

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