File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ export type AddPetData = {
4646};
4747```
4848
49- You can customize the naming and casing pattern for `requests` schemas using the `.name` and `.case` options.
49+ You can customize the naming and casing pattern for `requests` types using the `.name` and `.case` options.
5050
5151## Responses
5252
@@ -63,7 +63,7 @@ export type AddPetResponses = {
6363export type AddPetResponse = AddPetResponses[keyof AddPetResponses];
6464```
6565
66- You can customize the naming and casing pattern for `responses` schemas using the `.name` and `.case` options.
66+ You can customize the naming and casing pattern for `responses` types using the `.name` and `.case` options.
6767
6868## Definitions
6969
@@ -76,7 +76,7 @@ export type Pet = {
7676};
7777```
7878
79- You can customize the naming and casing pattern for `definitions` schemas using the `.name` and `.case` options.
79+ You can customize the naming and casing pattern for `definitions` types using the `.name` and `.case` options.
8080
8181## Enums
8282
You can’t perform that action at this time.
0 commit comments