Skip to content

Commit ef633cf

Browse files
committed
Update Public Api
1 parent e7ff360 commit ef633cf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/Microsoft.OpenApi.Tests/PublicApi/PublicApi.approved.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,7 @@ namespace Microsoft.OpenApi.Models
623623
public System.Collections.Generic.IDictionary<string, Microsoft.OpenApi.Models.OpenApiPathItem> Webhooks { get; set; }
624624
public Microsoft.OpenApi.Services.OpenApiWorkspace Workspace { get; set; }
625625
public Json.Schema.JsonSchema FindSubschema(Json.Pointer.JsonPointer pointer, Json.Schema.EvaluationOptions options) { }
626+
public Json.Schema.JsonSchema ResolveJsonSchemaReference(System.Uri referenceUri) { }
626627
public Microsoft.OpenApi.Interfaces.IOpenApiReferenceable ResolveReference(Microsoft.OpenApi.Models.OpenApiReference reference) { }
627628
public System.Collections.Generic.IEnumerable<Microsoft.OpenApi.Models.OpenApiError> ResolveReferences() { }
628629
public void SerializeAsV2(Microsoft.OpenApi.Writers.IOpenApiWriter writer) { }
@@ -1397,6 +1398,7 @@ namespace Microsoft.OpenApi.Services
13971398
public OpenApiWorkspace(System.Uri baseUrl) { }
13981399
public System.Collections.Generic.IEnumerable<System.IO.Stream> Artifacts { get; }
13991400
public System.Uri BaseUrl { get; }
1401+
public System.Collections.Generic.IDictionary<System.Uri, Microsoft.OpenApi.Models.OpenApiComponents> ComponentsRegistry { get; }
14001402
public System.Collections.Generic.IEnumerable<Microsoft.OpenApi.Models.OpenApiDocument> Documents { get; }
14011403
public System.Collections.Generic.IEnumerable<Microsoft.OpenApi.Interfaces.IOpenApiElement> Fragments { get; }
14021404
public void AddArtifact(string location, System.IO.Stream artifact) { }
@@ -1405,8 +1407,8 @@ namespace Microsoft.OpenApi.Services
14051407
public void AddSchemaFragment(string location, Json.Schema.JsonSchema fragment) { }
14061408
public bool Contains(string location) { }
14071409
public System.IO.Stream GetArtifact(string location) { }
1408-
public Json.Schema.JsonSchema ResolveJsonSchemaReference(System.Uri reference) { }
1409-
public Microsoft.OpenApi.Interfaces.IOpenApiReferenceable ResolveReference(Microsoft.OpenApi.Models.OpenApiReference reference) { }
1410+
public T ResolveReference<T>(Microsoft.OpenApi.Models.OpenApiReference reference) { }
1411+
public T ResolveReference<T>(string referenceId, Microsoft.OpenApi.Models.ReferenceType? referenceType, Microsoft.OpenApi.Models.OpenApiComponents components) { }
14101412
}
14111413
public class OperationSearch : Microsoft.OpenApi.Services.OpenApiVisitorBase
14121414
{

0 commit comments

Comments
 (0)