{
"type": "object",
"properties": {
"use_case": {
"type": "string",
"enum": [
"Marketing",
"Email Campaigns",
"Sales & CRM",
"IT",
"HR",
"PMO & Operations",
"Software Development",
"Product Management",
"Service Management",
"AI Agents"
],
"description": "The visitor's primary use case or work focus."
}
},
"required": [
"use_case"
]
}