File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ Access the editor through **LLM Node > Output Variables > Structured > Configure
154
154
155
155
** When to Use**
156
156
157
- - For simple fields like ` name ` , ` email ` , ` age ` without nested structures
157
+ - For simple fields such as ` name ` , ` email ` , ` age ` without nested structures
158
158
159
159
- If you prefer a drag-and-drop way over writing JSON
160
160
@@ -238,11 +238,11 @@ Click **Add Field** and set parameters below:
238
238
239
239
** When to Use**
240
240
241
- - For complex fields that need nesting, like ` order_details ` or ` product_lists `
241
+ - For complex fields that need nesting, (e.g., ` order_details ` , ` product_lists ` )
242
242
243
243
- When you want to import and modify existing JSON Schemas or API examples
244
244
245
- - When you need advanced schema features like ` pattern ` (regex matching) or ` oneOf ` (multiple type support)
245
+ - When you need advanced schema features, such as ` pattern ` (regex matching) or ` oneOf ` (multiple type support)
246
246
247
247
- When you want to fine-tune an AI-generated schema to fit your exact requirements
248
248
You can’t perform that action at this time.
0 commit comments