# Patron Category ## Definitions ### Patron Category (`PatronCategory`) - **Type:** Object Key | Description | Details :-- | :-- | :-- `id` | The patron category's identifier. An unique, increasing integer. | See details `primary_patron_cultures` | The list of cultures where patrons from this category can be the primary patron of. | See details `translations` | All translations for the entry, identified by IETF language tag (BCP47). | See details #### `id` The patron category's identifier. An unique, increasing integer. - **Type:** Integer - **Minimum:** `1` #### `primary_patron_cultures` The list of cultures where patrons from this category can be the primary patron of. - **Type:** List - **Items:** PatronCategory/primary_patron_cultures[] - **Minimum Items:** `1` - **Unique Items:** Yes #### `translations` All translations for the entry, identified by IETF language tag (BCP47). - **Type:** LocaleMap<PatronCategoryTranslation> --- ### `PatronCategory/primary_patron_cultures[]` - **Type:** CultureReference --- ### `PatronCategoryTranslation` - **Type:** Object Key | Description | Details :-- | :-- | :-- `name` | The name of the patron category. | See details #### `name` The name of the patron category. - **Type:** NonEmptyString