···108108:::
109109110110::: tip
111111-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`.
111111+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`.
112112:::
113113114114You can customize the naming and casing pattern for `requests` schemas using the `.name` and `.case` options.