{
  "capability_id": "brand_visibility_snapshot",
  "schema_kind": "input",
  "schema_version": "1.0.0",
  "schema": {
    "type": "object",
    "additionalProperties": false,
    "required": [
      "brand_name"
    ],
    "properties": {
      "brand_name": {
        "type": "string",
        "description": "Brand or entity to evaluate."
      },
      "category": {
        "type": "string",
        "description": "Commercial category or sector."
      },
      "market_scope": {
        "type": "string",
        "description": "China-facing scope, platform focus, or audience scope."
      },
      "notes": {
        "type": "string",
        "description": "Optional analyst notes or campaign context."
      }
    }
  }
}