{
  "capability_id": "kol_shortlist",
  "schema_kind": "input",
  "schema_version": "1.0.0",
  "schema": {
    "type": "object",
    "additionalProperties": false,
    "required": [
      "brand_name",
      "category"
    ],
    "properties": {
      "brand_name": {
        "type": "string",
        "description": "Brand or campaign owner name."
      },
      "category": {
        "type": "string",
        "description": "Campaign or product category."
      },
      "campaign_goal": {
        "type": "string",
        "description": "Optional campaign objective."
      },
      "platform_focus": {
        "type": "array",
        "description": "Optional list of preferred platforms.",
        "items": {
          "type": "string"
        }
      }
    }
  }
}