<PackageReference Include="NJsonSchema" Version="11.0.0" />

DynamicApis

public static class DynamicApis
Provides dynamic access to framework APIs.
public static bool SupportsHttpClientApis { get; }

Gets a value indicating whether WebClient APIs are available.

public static string HandleSubdirectoryRelativeReferences(string fullPath, string jsonPath)

Handle cases of specs in subdirectories having external references to specs also in subdirectories

public static Task<string> HttpGetAsync(string url, CancellationToken cancellationToken)

Request the given URL via HTTP.