···4646};
4747```
48484949-You can customize the naming and casing pattern for `requests` schemas using the `.name` and `.case` options.
4949+You can customize the naming and casing pattern for `requests` types using the `.name` and `.case` options.
50505151## Responses
5252···6363export type AddPetResponse = AddPetResponses[keyof AddPetResponses];
6464```
65656666-You can customize the naming and casing pattern for `responses` schemas using the `.name` and `.case` options.
6666+You can customize the naming and casing pattern for `responses` types using the `.name` and `.case` options.
67676868## Definitions
6969···7676};
7777```
78787979-You can customize the naming and casing pattern for `definitions` schemas using the `.name` and `.case` options.
7979+You can customize the naming and casing pattern for `definitions` types using the `.name` and `.case` options.
80808181## Enums
8282