Skip to content

Commit f62e039

Browse files
authored
Merge pull request #2273 from Poltuu/main
fix: remove duplicate unused property
1 parent 975ab4f commit f62e039

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/Microsoft.OpenApi/Models/OpenApiSchema.cs

-3
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,6 @@ public decimal? ExclusiveMinimum
102102
/// DO NOT CHANGE THE VISIBILITY OF THIS PROPERTY TO PUBLIC
103103
internal bool? IsExclusiveMinimum { get; set; }
104104

105-
/// <inheritdoc />
106-
public bool UnEvaluatedProperties { get; set; }
107-
108105
/// <inheritdoc />
109106
public JsonSchemaType? Type { get; set; }
110107

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

-1
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,6 @@ namespace Microsoft.OpenApi.Models
10571057
public System.Uri? Schema { get; set; }
10581058
public string? Title { get; set; }
10591059
public Microsoft.OpenApi.Models.JsonSchemaType? Type { get; set; }
1060-
public bool UnEvaluatedProperties { get; set; }
10611060
public bool UnevaluatedProperties { get; set; }
10621061
public bool? UniqueItems { get; set; }
10631062
public System.Collections.Generic.IDictionary<string, System.Text.Json.Nodes.JsonNode>? UnrecognizedKeywords { get; set; }

0 commit comments

Comments
 (0)