File tree 2 files changed +0
-4
lines changed
src/Microsoft.OpenApi/Models
test/Microsoft.OpenApi.Tests/PublicApi
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -102,9 +102,6 @@ public decimal? ExclusiveMinimum
102
102
/// DO NOT CHANGE THE VISIBILITY OF THIS PROPERTY TO PUBLIC
103
103
internal bool ? IsExclusiveMinimum { get ; set ; }
104
104
105
- /// <inheritdoc />
106
- public bool UnEvaluatedProperties { get ; set ; }
107
-
108
105
/// <inheritdoc />
109
106
public JsonSchemaType ? Type { get ; set ; }
110
107
Original file line number Diff line number Diff line change @@ -1057,7 +1057,6 @@ namespace Microsoft.OpenApi.Models
1057
1057
public System.Uri? Schema { get; set; }
1058
1058
public string? Title { get; set; }
1059
1059
public Microsoft.OpenApi.Models.JsonSchemaType? Type { get; set; }
1060
- public bool UnEvaluatedProperties { get; set; }
1061
1060
public bool UnevaluatedProperties { get; set; }
1062
1061
public bool? UniqueItems { get; set; }
1063
1062
public System.Collections.Generic.IDictionary<string, System.Text.Json.Nodes.JsonNode>? UnrecognizedKeywords { get; set; }
You can’t perform that action at this time.
0 commit comments