generate_boundary_violations
Generate intentionally invalid payloads from a Zod schema to test API boundaries and identify negative input scenarios.
Instructions
Generate intentionally invalid payloads based on a Zod schema — for negative testing. Use to answer: what invalid inputs should I test against this API?
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema_code | Yes | Zod schema code |