- Add checkbox (boolean) and object input types to start node documentation
- Update conversation variables to support boolean and array[boolean] types
- Add boolean-specific operators (is/is not) to if/else node documentation
- Add array[boolean] operators (contains/not contains/empty checks) to if/else node
- Update all three languages: English, Chinese (zh-hans), and Japanese (ja-jp)
This change aligns with the core data type expansion PRD for Boolean & Object support.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Replace loose `oneOf` validation with strict conditional dependencies using `anyOf`
- `transfer_method: "remote_url"` now requires `url` and prohibits `upload_file_id`
- `transfer_method: "local_file"` now requires `upload_file_id` and prohibits `url`
- Applied same fix pattern as English version to all Japanese OpenAPI files
- Prevents invalid combinations like remote_url + upload_file_id
Fixed files:
- ja-jp/openapi_workflow.json (InputFileObjectWorkflowJp)
- ja-jp/openapi_chatflow.json (InputFileObjectJp)
- ja-jp/openapi_chat.json (BasicInputFileObjectJa)
- ja-jp/openapi_completion.json (InputFileObjectJp)
- Replace loose `oneOf` validation with strict conditional dependencies using `anyOf`
- `transfer_method: "remote_url"` now requires `url` and prohibits `upload_file_id`
- `transfer_method: "local_file"` now requires `upload_file_id` and prohibits `url`
- Applied same fix pattern as English version to all Chinese OpenAPI files
- Prevents invalid combinations like remote_url + upload_file_id
Fixed files:
- zh-hans/openapi_workflow.json (InputFileObjectWorkflowCn)
- zh-hans/openapi_chatflow.json (InputFileObjectCn)
- zh-hans/openapi_chat.json (BasicInputFileObjectCn)
- zh-hans/openapi_completion.json (InputFileObject)
Remove documentation for cloud storage migration feature since the
corresponding implementation in PR langgenius/dify#9532 was not
merged into the main Dify codebase, making this documentation obsolete.
- Change 'MCP Tools' to 'Tools' in section headers
- Update description text to be tool-agnostic
- Applied to all three language versions: en, zh-hans, ja-jp
- Only 6 lines changed across 3 files