generate_json_schema
Generate JSON Schema for Pydantic models or Python types to validate data structures and enable interoperability between systems.
Instructions
Generate JSON Schema for a model or type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| schema_mode | No | validation | |
| include_definitions | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | ||
| artifacts | No | ||
| diagnostics | No | ||
| resolved_target | No |