@@ -415,7 +415,6 @@ namespace Microsoft.OpenApi.Models.Interfaces
415415 Microsoft.OpenApi.Models.Interfaces.IOpenApiSchema? AdditionalProperties { get; }
416416 bool AdditionalPropertiesAllowed { get; }
417417 System.Collections.Generic.List<Microsoft.OpenApi.Models.Interfaces.IOpenApiSchema>? AllOf { get; }
418- System.Collections.Generic.Dictionary<string, object>? Annotations { get; }
419418 System.Collections.Generic.List<Microsoft.OpenApi.Models.Interfaces.IOpenApiSchema>? AnyOf { get; }
420419 string? Comment { get; }
421420 string? Const { get; }
@@ -1010,13 +1009,12 @@ namespace Microsoft.OpenApi.Models
10101009 public OpenApiResponses() { }
10111010 public OpenApiResponses(Microsoft.OpenApi.Models.OpenApiResponses openApiResponses) { }
10121011 }
1013- public class OpenApiSchema : Microsoft.OpenApi.Interfaces.IOpenApiElement, Microsoft.OpenApi.Interfaces.IOpenApiExtensible, Microsoft.OpenApi.Interfaces.IOpenApiReadOnlyExtensible, Microsoft.OpenApi.Interfaces.IOpenApiReferenceable, Microsoft.OpenApi.Interfaces.IOpenApiSerializable, Microsoft.OpenApi.Interfaces.IShallowCopyable<Microsoft.OpenApi.Models.Interfaces.IOpenApiSchema>, Microsoft.OpenApi.Models.Interfaces.IOpenApiDescribedElement, Microsoft.OpenApi.Models.Interfaces.IOpenApiSchema
1012+ public class OpenApiSchema : Microsoft.OpenApi.Interfaces.IMetadataContainer, Microsoft.OpenApi.Interfaces. IOpenApiElement, Microsoft.OpenApi.Interfaces.IOpenApiExtensible, Microsoft.OpenApi.Interfaces.IOpenApiReadOnlyExtensible, Microsoft.OpenApi.Interfaces.IOpenApiReferenceable, Microsoft.OpenApi.Interfaces.IOpenApiSerializable, Microsoft.OpenApi.Interfaces.IShallowCopyable<Microsoft.OpenApi.Models.Interfaces.IOpenApiSchema>, Microsoft.OpenApi.Models.Interfaces.IOpenApiDescribedElement, Microsoft.OpenApi.Models.Interfaces.IOpenApiSchema
10141013 {
10151014 public OpenApiSchema() { }
10161015 public Microsoft.OpenApi.Models.Interfaces.IOpenApiSchema? AdditionalProperties { get; set; }
10171016 public bool AdditionalPropertiesAllowed { get; set; }
10181017 public System.Collections.Generic.List<Microsoft.OpenApi.Models.Interfaces.IOpenApiSchema>? AllOf { get; set; }
1019- public System.Collections.Generic.Dictionary<string, object>? Annotations { get; set; }
10201018 public System.Collections.Generic.List<Microsoft.OpenApi.Models.Interfaces.IOpenApiSchema>? AnyOf { get; set; }
10211019 public string? Comment { get; set; }
10221020 public string? Const { get; set; }
@@ -1042,6 +1040,7 @@ namespace Microsoft.OpenApi.Models
10421040 public int? MaxLength { get; set; }
10431041 public int? MaxProperties { get; set; }
10441042 public string? Maximum { get; set; }
1043+ public System.Collections.Generic.Dictionary<string, object>? Metadata { get; set; }
10451044 public int? MinItems { get; set; }
10461045 public int? MinLength { get; set; }
10471046 public int? MinProperties { get; set; }
@@ -1348,7 +1347,6 @@ namespace Microsoft.OpenApi.Models.References
13481347 public Microsoft.OpenApi.Models.Interfaces.IOpenApiSchema? AdditionalProperties { get; }
13491348 public bool AdditionalPropertiesAllowed { get; }
13501349 public System.Collections.Generic.List<Microsoft.OpenApi.Models.Interfaces.IOpenApiSchema>? AllOf { get; }
1351- public System.Collections.Generic.Dictionary<string, object>? Annotations { get; }
13521350 public System.Collections.Generic.List<Microsoft.OpenApi.Models.Interfaces.IOpenApiSchema>? AnyOf { get; }
13531351 public string? Comment { get; }
13541352 public string? Const { get; }
0 commit comments