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
Copy file name to clipboardExpand all lines: test/Microsoft.OpenApi.Tests/Writers/OpenApiYamlWriterTests.cs
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -618,7 +618,12 @@ public void WriteInlineRecursiveSchemav2()
618
618
type: object
619
619
properties:
620
620
children:
621
-
$ref: '#/definitions/thing'
621
+
type: object
622
+
properties:
623
+
children:
624
+
$ref: '#/definitions/thing'
625
+
related:
626
+
type: integer
622
627
related:
623
628
type: integer";
624
629
// Component schemas that are there due to cycles are still inlined because the items they reference may not exist in the components because they don't have cycles.
0 commit comments