File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed 
src/Microsoft.OpenApi/Models 
test/Microsoft.OpenApi.Tests/PublicApi Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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; }
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments