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: src/Microsoft.OpenApi/Models/OpenApiSchema.cs
-14Lines changed: 0 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -55,16 +55,6 @@ public class OpenApiSchema : IOpenApiAnnotatable, IOpenApiExtensible, IOpenApiRe
55
55
/// </summary>
56
56
publicvirtualstringDynamicAnchor{get;set;}
57
57
58
-
/// <summary>
59
-
/// $recursiveAnchor - used to construct recursive schemas i.e one that has a reference to its own root, identified by the empty fragment URI reference ("#")
60
-
/// </summary>
61
-
publicvirtualstringRecursiveAnchor{get;set;}
62
-
63
-
/// <summary>
64
-
/// $recursiveRef - used to construct recursive schemas i.e one that has a reference to its own root, identified by the empty fragment URI reference ("#")
65
-
/// </summary>
66
-
publicvirtualstringRecursiveRef{get;set;}
67
-
68
58
/// <summary>
69
59
/// $defs - reserves a location for schema authors to inline re-usable JSON Schemas into a more general schema.
70
60
/// The keyword does not directly affect the validation result
@@ -361,8 +351,6 @@ public OpenApiSchema(OpenApiSchema schema)
0 commit comments