From e09fe0043443c8e8354b7b260e6f1263c7306acb Mon Sep 17 00:00:00 2001 From: Maggiekimani1 Date: Mon, 19 Aug 2024 11:37:41 +0300 Subject: [PATCH] Update public API surface --- test/Microsoft.OpenApi.Tests/PublicApi/PublicApi.approved.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Microsoft.OpenApi.Tests/PublicApi/PublicApi.approved.txt b/test/Microsoft.OpenApi.Tests/PublicApi/PublicApi.approved.txt index 5d8f06a7c..58d7a576e 100755 --- a/test/Microsoft.OpenApi.Tests/PublicApi/PublicApi.approved.txt +++ b/test/Microsoft.OpenApi.Tests/PublicApi/PublicApi.approved.txt @@ -995,6 +995,7 @@ namespace Microsoft.OpenApi.Models public bool Nullable { get; set; } public System.Collections.Generic.IList OneOf { get; set; } public string Pattern { get; set; } + public System.Collections.Generic.IDictionary PatternProperties { get; set; } public System.Collections.Generic.IDictionary Properties { get; set; } public bool ReadOnly { get; set; } public string RecursiveAnchor { get; set; }