@@ -451,7 +451,7 @@ namespace Microsoft.OpenApi.Models.Interfaces
451451 System.Collections.Generic.IDictionary<string, Microsoft.OpenApi.Models.Interfaces.IOpenApiSchema> Properties { get; }
452452 bool ReadOnly { get; }
453453 System.Collections.Generic.ISet<string> Required { get; }
454- string Schema { get; }
454+ System.Uri Schema { get; }
455455 string Title { get; }
456456 Microsoft.OpenApi.Models.JsonSchemaType? Type { get; }
457457 bool UnEvaluatedProperties { get; }
@@ -718,7 +718,7 @@ namespace Microsoft.OpenApi.Models
718718 public System.Collections.Generic.IDictionary<string, Microsoft.OpenApi.Interfaces.IOpenApiExtension>? Extensions { get; set; }
719719 public Microsoft.OpenApi.Models.OpenApiExternalDocs? ExternalDocs { get; set; }
720720 public Microsoft.OpenApi.Models.OpenApiInfo Info { get; set; }
721- public string ? JsonSchemaDialect { get; set; }
721+ public System.Uri ? JsonSchemaDialect { get; set; }
722722 public Microsoft.OpenApi.Models.OpenApiPaths Paths { get; set; }
723723 public System.Collections.Generic.IList<Microsoft.OpenApi.Models.OpenApiSecurityRequirement>? SecurityRequirements { get; set; }
724724 public System.Collections.Generic.IList<Microsoft.OpenApi.Models.OpenApiServer>? Servers { get; set; }
@@ -1056,7 +1056,7 @@ namespace Microsoft.OpenApi.Models
10561056 public System.Collections.Generic.IDictionary<string, Microsoft.OpenApi.Models.Interfaces.IOpenApiSchema> Properties { get; set; }
10571057 public bool ReadOnly { get; set; }
10581058 public System.Collections.Generic.ISet<string> Required { get; set; }
1059- public string Schema { get; set; }
1059+ public System.Uri Schema { get; set; }
10601060 public string Title { get; set; }
10611061 public Microsoft.OpenApi.Models.JsonSchemaType? Type { get; set; }
10621062 public bool UnEvaluatedProperties { get; set; }
@@ -1409,7 +1409,7 @@ namespace Microsoft.OpenApi.Models.References
14091409 public System.Collections.Generic.IDictionary<string, Microsoft.OpenApi.Models.Interfaces.IOpenApiSchema> Properties { get; }
14101410 public bool ReadOnly { get; }
14111411 public System.Collections.Generic.ISet<string> Required { get; }
1412- public string Schema { get; }
1412+ public System.Uri Schema { get; }
14131413 public string Title { get; }
14141414 public Microsoft.OpenApi.Models.JsonSchemaType? Type { get; }
14151415 public bool UnEvaluatedProperties { get; }
0 commit comments