fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #2359 from hey-api/docs/zod-mini-shape

docs: fix Zod Mini shape API reference

authored by

Lubos and committed by
GitHub
4389c5df 65be060a

+1 -1
+1 -1
docs/openapi-ts/plugins/zod/mini.md
··· 108 108 ::: 109 109 110 110 ::: tip 111 - If you need to access individual fields, you can do so using the [`.shape`](https://zod.dev/api?id=shape) API. For example, we can get the request body schema with `zData.shape.body`. 111 + If you need to access individual fields, you can do so using the [`.def.shape`](https://zod.dev/api?id=shape) API. For example, we can get the request body schema with `zData.def.shape.body`. 112 112 ::: 113 113 114 114 You can customize the naming and casing pattern for `requests` schemas using the `.name` and `.case` options.