<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />

JsonSchemaResolver

public class JsonSchemaResolver

Resolves JsonSchema from an id.

JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
public IList<JsonSchema> LoadedSchemas { get; protected set; }

Gets or sets the loaded schemas.

Initializes a new instance of the JsonSchemaResolver class.

public virtual JsonSchema GetSchema(string reference)

Gets a JsonSchema for the specified reference.