generate_valid_mock
Generate valid mock data from a Zod schema to visualize the shape of a valid payload.
Instructions
Generate valid mock data from a Zod schema string. Use to answer: what does a valid payload for this schema look like?
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of mocks to generate (default: 1) | |
| schema_code | Yes | Zod schema code |