Schemas
Things
Factual identity: what the brand is, does, and for whom.
Properties
namestringExact brand/product name as it appears on the website
Example: "Brandparser"
descriptionstringOne sentence: what it is and what it does
Example: "Brandparser is an AI-powered platform that extracts brand guidelines from any public website."
purposestringPrimary use case or problem it solves
capabilitiesstring[]3–8 main features or capabilities
categorystringBusiness category (e.g., "SaaS platform", "design agency")
Example
{
"name": "Brandparser",
"description": "Brandparser is an AI-powered platform that extracts brand guidelines from any public website.",
"purpose": "string",
"capabilities": [
"string"
],
"category": "string"
}