We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5811e9 commit e09fe00Copy full SHA for e09fe00
test/Microsoft.OpenApi.Tests/PublicApi/PublicApi.approved.txt
@@ -995,6 +995,7 @@ namespace Microsoft.OpenApi.Models
995
public bool Nullable { get; set; }
996
public System.Collections.Generic.IList<Microsoft.OpenApi.Models.OpenApiSchema> OneOf { get; set; }
997
public string Pattern { get; set; }
998
+ public System.Collections.Generic.IDictionary<string, Microsoft.OpenApi.Models.OpenApiSchema> PatternProperties { get; set; }
999
public System.Collections.Generic.IDictionary<string, Microsoft.OpenApi.Models.OpenApiSchema> Properties { get; set; }
1000
public bool ReadOnly { get; set; }
1001
public string RecursiveAnchor { get; set; }
0 commit comments