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 a543b9d commit d82f3ebCopy full SHA for d82f3eb
src/openApi/v3/parser/getModelProperties.ts
@@ -82,7 +82,6 @@ export function getModelProperties(
82
template: model.template,
83
link: model.link,
84
isNullable: model.isNullable || property.nullable === true,
85
-
86
imports: model.imports,
87
enum: model.enum,
88
enums: model.enums,
0 commit comments