d3p_check_compatibility
Check compatibility between two d3p services: verify if the output schema of one service matches the input schema of another for chaining.
Instructions
Check if two d3p services can be chained together — whether the output schema of one service is compatible with the input schema of another. Parameters (JSON string): source_service (str, required): service ID producing output (e.g. "search") target_service (str, required): service ID consuming input (e.g. "sentiment")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | {} |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |