We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8be726 commit 94c36a6Copy full SHA for 94c36a6
content/openapi/types-and-parameters.md
@@ -285,6 +285,6 @@ type Pet = Cat | Dog;
285
pets: Pet[];
286
```
287
288
-> info **Hint** `getSchemaPath()` function is imported from `@nestjs/swagger`.
+> info **Hint** The `getSchemaPath()` function is imported from `@nestjs/swagger`.
289
290
Both `Cat` and `Dog` must be defined as extra models using the `@ApiExtraModels()` decorator (at the class-level).
0 commit comments