@@ -451,7 +451,7 @@ namespace Microsoft.OpenApi.Models.Interfaces
451
451
System.Collections.Generic.IDictionary<string, Microsoft.OpenApi.Models.Interfaces.IOpenApiSchema> Properties { get; }
452
452
bool ReadOnly { get; }
453
453
System.Collections.Generic.ISet<string> Required { get; }
454
- string Schema { get; }
454
+ System.Uri Schema { get; }
455
455
string Title { get; }
456
456
Microsoft.OpenApi.Models.JsonSchemaType? Type { get; }
457
457
bool UnEvaluatedProperties { get; }
@@ -1056,7 +1056,7 @@ namespace Microsoft.OpenApi.Models
1056
1056
public System.Collections.Generic.IDictionary<string, Microsoft.OpenApi.Models.Interfaces.IOpenApiSchema> Properties { get; set; }
1057
1057
public bool ReadOnly { get; set; }
1058
1058
public System.Collections.Generic.ISet<string> Required { get; set; }
1059
- public string Schema { get; set; }
1059
+ public System.Uri Schema { get; set; }
1060
1060
public string Title { get; set; }
1061
1061
public Microsoft.OpenApi.Models.JsonSchemaType? Type { get; set; }
1062
1062
public bool UnEvaluatedProperties { get; set; }
@@ -1409,7 +1409,7 @@ namespace Microsoft.OpenApi.Models.References
1409
1409
public System.Collections.Generic.IDictionary<string, Microsoft.OpenApi.Models.Interfaces.IOpenApiSchema> Properties { get; }
1410
1410
public bool ReadOnly { get; }
1411
1411
public System.Collections.Generic.ISet<string> Required { get; }
1412
- public string Schema { get; }
1412
+ public System.Uri Schema { get; }
1413
1413
public string Title { get; }
1414
1414
public Microsoft.OpenApi.Models.JsonSchemaType? Type { get; }
1415
1415
public bool UnEvaluatedProperties { get; }
0 commit comments