You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi,
If I have two classes with same class name but in different namespace, when I generate schema for TestSameNamespace, how do I tell the schema loader that the $ref schems is from TestNamespace.Test1 rather than Test1?
Do I have to rename one of them to prevent the ambiguity? Or do we have any settings to prevent this?
hi,
If I have two classes with same class name but in different namespace, when I generate schema for
TestSameNamespace
, how do I tell the schema loader that the $ref schems is fromTestNamespace.Test1
rather thanTest1
?Do I have to rename one of them to prevent the ambiguity? Or do we have any settings to prevent this?
The text was updated successfully, but these errors were encountered: