Company Filter Category Object Model
Key: companyFilterCategory
The Company Filter Category
Object Model is designed to enhance the search experience for companies by enabling advanced filtering capabilities.
Key
- Key:
key
- Data Type:
string
- Description: Represents the unique data type key for the filter category.
- Example:
businessModels
Name
- Key:
name
- Data Type:
string
- Description: A user-friendly name that corresponds to the key, improving readability.
- Example:
Business Models
Description
- Key:
description
- Data Type:
string
- Description: A brief, friendly description of the filter category, intended to guide users in the UI.
- Example:
A specific sub-category within an industry.
Example
{
"key": "niche",
"name": "Niche",
"description": "A specific sub-category within an industry."
}