Skip to content

Commit e09fe00

Browse files
committed
Update public API surface
1 parent f5811e9 commit e09fe00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Microsoft.OpenApi.Tests/PublicApi/PublicApi.approved.txt

+1
Original file line numberDiff line numberDiff line change
@@ -995,6 +995,7 @@ namespace Microsoft.OpenApi.Models
995995
public bool Nullable { get; set; }
996996
public System.Collections.Generic.IList<Microsoft.OpenApi.Models.OpenApiSchema> OneOf { get; set; }
997997
public string Pattern { get; set; }
998+
public System.Collections.Generic.IDictionary<string, Microsoft.OpenApi.Models.OpenApiSchema> PatternProperties { get; set; }
998999
public System.Collections.Generic.IDictionary<string, Microsoft.OpenApi.Models.OpenApiSchema> Properties { get; set; }
9991000
public bool ReadOnly { get; set; }
10001001
public string RecursiveAnchor { get; set; }

0 commit comments

Comments
 (0)