@@ -429,20 +429,20 @@ namespace Microsoft.OpenApi.Models.Interfaces
429429 System.Collections.Generic.IList<System.Text.Json.Nodes.JsonNode>? Enum { get; }
430430 System.Text.Json.Nodes.JsonNode? Example { get; }
431431 System.Collections.Generic.IList<System.Text.Json.Nodes.JsonNode>? Examples { get; }
432- decimal ? ExclusiveMaximum { get; }
433- decimal ? ExclusiveMinimum { get; }
432+ string ? ExclusiveMaximum { get; }
433+ string ? ExclusiveMinimum { get; }
434434 Microsoft.OpenApi.Models.OpenApiExternalDocs? ExternalDocs { get; }
435435 string? Format { get; }
436436 string? Id { get; }
437437 Microsoft.OpenApi.Models.Interfaces.IOpenApiSchema? Items { get; }
438438 int? MaxItems { get; }
439439 int? MaxLength { get; }
440440 int? MaxProperties { get; }
441- decimal ? Maximum { get; }
441+ string ? Maximum { get; }
442442 int? MinItems { get; }
443443 int? MinLength { get; }
444444 int? MinProperties { get; }
445- decimal ? Minimum { get; }
445+ string ? Minimum { get; }
446446 decimal? MultipleOf { get; }
447447 Microsoft.OpenApi.Models.Interfaces.IOpenApiSchema? Not { get; }
448448 System.Collections.Generic.IList<Microsoft.OpenApi.Models.Interfaces.IOpenApiSchema>? OneOf { get; }
@@ -1031,8 +1031,8 @@ namespace Microsoft.OpenApi.Models
10311031 public System.Collections.Generic.IList<System.Text.Json.Nodes.JsonNode>? Enum { get; set; }
10321032 public System.Text.Json.Nodes.JsonNode? Example { get; set; }
10331033 public System.Collections.Generic.IList<System.Text.Json.Nodes.JsonNode>? Examples { get; set; }
1034- public decimal ? ExclusiveMaximum { get; set; }
1035- public decimal ? ExclusiveMinimum { get; set; }
1034+ public string ? ExclusiveMaximum { get; set; }
1035+ public string ? ExclusiveMinimum { get; set; }
10361036 public System.Collections.Generic.IDictionary<string, Microsoft.OpenApi.Interfaces.IOpenApiExtension>? Extensions { get; set; }
10371037 public Microsoft.OpenApi.Models.OpenApiExternalDocs? ExternalDocs { get; set; }
10381038 public string? Format { get; set; }
@@ -1041,11 +1041,11 @@ namespace Microsoft.OpenApi.Models
10411041 public int? MaxItems { get; set; }
10421042 public int? MaxLength { get; set; }
10431043 public int? MaxProperties { get; set; }
1044- public decimal ? Maximum { get; set; }
1044+ public string ? Maximum { get; set; }
10451045 public int? MinItems { get; set; }
10461046 public int? MinLength { get; set; }
10471047 public int? MinProperties { get; set; }
1048- public decimal ? Minimum { get; set; }
1048+ public string ? Minimum { get; set; }
10491049 public decimal? MultipleOf { get; set; }
10501050 public Microsoft.OpenApi.Models.Interfaces.IOpenApiSchema? Not { get; set; }
10511051 public System.Collections.Generic.IList<Microsoft.OpenApi.Models.Interfaces.IOpenApiSchema>? OneOf { get; set; }
@@ -1363,8 +1363,8 @@ namespace Microsoft.OpenApi.Models.References
13631363 public System.Collections.Generic.IList<System.Text.Json.Nodes.JsonNode>? Enum { get; }
13641364 public System.Text.Json.Nodes.JsonNode? Example { get; }
13651365 public System.Collections.Generic.IList<System.Text.Json.Nodes.JsonNode>? Examples { get; }
1366- public decimal ? ExclusiveMaximum { get; }
1367- public decimal ? ExclusiveMinimum { get; }
1366+ public string ? ExclusiveMaximum { get; }
1367+ public string ? ExclusiveMinimum { get; }
13681368 public System.Collections.Generic.IDictionary<string, Microsoft.OpenApi.Interfaces.IOpenApiExtension>? Extensions { get; }
13691369 public Microsoft.OpenApi.Models.OpenApiExternalDocs? ExternalDocs { get; }
13701370 public string? Format { get; }
@@ -1373,11 +1373,11 @@ namespace Microsoft.OpenApi.Models.References
13731373 public int? MaxItems { get; }
13741374 public int? MaxLength { get; }
13751375 public int? MaxProperties { get; }
1376- public decimal ? Maximum { get; }
1376+ public string ? Maximum { get; }
13771377 public int? MinItems { get; }
13781378 public int? MinLength { get; }
13791379 public int? MinProperties { get; }
1380- public decimal ? Minimum { get; }
1380+ public string ? Minimum { get; }
13811381 public decimal? MultipleOf { get; }
13821382 public Microsoft.OpenApi.Models.Interfaces.IOpenApiSchema? Not { get; }
13831383 public System.Collections.Generic.IList<Microsoft.OpenApi.Models.Interfaces.IOpenApiSchema>? OneOf { get; }
0 commit comments