mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-03-27 13:28:32 +07:00
Fixes #344 - 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` - Aligns OpenAPI schema with documentation requirements in template_workflow.en.mdx - Uses OpenAPI 3.0.1 compatible syntax instead of JSON Schema Draft 7 features - Prevents invalid combinations like remote_url + upload_file_id
48 KiB
48 KiB