Files
dify-docs/ja-jp
lyzno1 f0e71769a4 fix(ja-jp): establish strong dependency between transfer_method and file parameters
- 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)
2025-08-05 20:25:55 +08:00
..
2025-07-16 16:42:34 +08:00
2025-08-01 16:42:59 +08:00
2025-07-16 16:42:34 +08:00
2025-07-16 16:42:34 +08:00
2025-07-16 16:42:34 +08:00
2025-07-16 16:42:34 +08:00