Skip to main content
Tags enable you to group and filter topics by category, making it easier to organize your semantic model. They can be used to organize topics by domain, audience, data sensitivity, or any other categorization scheme that fits your organization’s needs.

Syntax

tags: [<tag>, ...]

Properties

tags
string[]
A comma-delimited list of strings used to organize and group topics.

Examples

Categorizing by audience and domain
topics:
  orders:
    base_view: orders
    tags: [customer_facing, revenue]
Multiple categorization dimensions
topics:
  employee_data:
    base_view: employees
    tags: [internal, hr, sensitive]
Single tag
topics:
  marketing_campaigns:
    base_view: campaigns
    tags: [marketing]