diff --git a/en/use-dify/nodes/user-input.mdx b/en/use-dify/nodes/user-input.mdx
index 6e4aed4a9..ffbc3ab81 100644
--- a/en/use-dify/nodes/user-input.mdx
+++ b/en/use-dify/nodes/user-input.mdx
@@ -73,12 +73,6 @@ You can configure custom input fields in a User Input node to collect different
Provides a simple yes/no option. When a user checks the box, the output is `true`; otherwise, it's `false`. Use it for confirmations or any case that requires a binary choice.
-
-
- Accepts data in JSON object format, ideal for passing complex, nested data structures into your application.
-
- You can optionally define a JSON schema to validate the input and guide users on the expected structure. This also allows you to reference individual properties of the object in other nodes.
-
#### File Input
diff --git a/ja/use-dify/nodes/user-input.mdx b/ja/use-dify/nodes/user-input.mdx
index 837f7a5df..5dc61ff6a 100644
--- a/ja/use-dify/nodes/user-input.mdx
+++ b/ja/use-dify/nodes/user-input.mdx
@@ -76,12 +76,6 @@ icon: "input-text"
シンプルなはい/いいえオプションを提供します。ユーザーがボックスをチェックすると、出力は `true` になり、それ以外の場合は `false` になります。確認や二者択一が必要な場合に使用します。
-
-
- JSON オブジェクト形式のデータを受け付けます。複雑でネストされたデータ構造をアプリケーションに渡すのに最適です。
-
- オプションで JSON スキーマを定義して、入力を検証し、期待される構造についてユーザーをガイドできます。これにより、他のノードでオブジェクトの個々のプロパティを参照することもできます。
-
#### ファイル入力
diff --git a/zh/use-dify/nodes/user-input.mdx b/zh/use-dify/nodes/user-input.mdx
index 2c167542c..ed279af6a 100644
--- a/zh/use-dify/nodes/user-input.mdx
+++ b/zh/use-dify/nodes/user-input.mdx
@@ -76,12 +76,6 @@ icon: "input-text"
提供简单的是/否选项。当用户选中该框时,输出为 `true`;否则为 `false`。用于确认或任何需要二元选择的情况。
-
-
- 接受 JSON 对象格式的数据,适用于将复杂的嵌套数据结构传递到你的应用程序。
-
- 你可以选择定义 JSON schema 来验证输入并指导用户了解预期的结构。这也允许你在其他节点中引用对象的各个属性。
-
#### 文件输入