Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swagger APIView Bugfix #9133

Merged
merged 1 commit into from
Oct 10, 2024

Conversation

chidozieononiwu
Copy link
Member

  • Resovle bug in swagger when some definitions are deserialized as schema.

@chidozieononiwu chidozieononiwu marked this pull request as ready for review October 10, 2024 20:23
@@ -273,7 +273,27 @@ public static void AddSchemaToRootDefinition(Schema schema, Dictionary<string, D
}
else
{
Definition def = (Definition)schema;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we add any tests for this?

@chidozieononiwu chidozieononiwu self-assigned this Oct 10, 2024
@chidozieononiwu chidozieononiwu merged commit 34d0ef6 into Azure:main Oct 10, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants