validate_data
Validate input data against Pydantic models or Python type expressions to ensure data integrity and type safety.
Instructions
Validate input against a model name or Python type expression.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| data | Yes | ||
| mode | No | python | |
| strict | No | ||
| context | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | ||
| artifacts | No | ||
| diagnostics | No | ||
| resolved_target | No |