filter¶
Required: No
Type: List of objects
Condition: No
A list of filters to assist with discovery and classification of projects.
Each filter object is to be formatted like so:
Key | Required | Type | Description |
---|---|---|---|
name |
Yes | String | The name of the filter category. Typically implemented as a heading for a section that allows the user to choose between possible values. |
value |
Yes | List of strings | The list of filter values that apply to this project within the given filter category. |
Example
1 2 3 4 5 |
|
This project is visible if the user filters by Zigbee, Bluetooth or Multiprotocol, as well as if the user filters by Machine Learning.
Note
Tools may restrict what headings and filters are given visibility. For example, Simplicity Studio will not show certain filter options in the Launcher and New Project Wizard that are not part of an internal accepted filter list.