compare_validation_modes
Compare Pydantic validation modes to understand how model, TypeAdapter, strict, and JSON-vs-Python validation handle data differently.
Instructions
Compare model, TypeAdapter, strict, and JSON-vs-Python validation behavior.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| data | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | ||
| artifacts | No | ||
| diagnostics | No | ||
| resolved_target | No |