We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3f99ca commit 5bf6a8dCopy full SHA for 5bf6a8d
lib/src/open_api/index.dart
@@ -59,6 +59,7 @@ bool _checkReferenceTypes(name, ref, self) {
59
return true;
60
} else if (self is SchemaObject) {
61
// Reference types can be different if the reference is a SchemaObject
62
+ // should this return true?
63
return false;
64
} else {
65
throw Exception(
0 commit comments