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 dd0be9c commit 6715abbCopy full SHA for 6715abb
1 file changed
packages/shared/src/openApi/3.1.x/parser/schema.ts
@@ -53,6 +53,9 @@ const findDiscriminatorPropertyType = ({
53
54
// Check direct properties
55
const property = resolved.properties?.[propertyName];
56
+ if (property === true) {
57
+ continue;
58
+ }
59
if (property) {
60
const resolvedProperty = property.$ref
61
? context.resolveRef<SchemaObject>(property.$ref)
0 commit comments