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

SchemaProcessorContext

public class SchemaProcessorContext
The schema processor context.

The source contextual type.

Gets the JSON Schema generator.

public JsonSchemaResolver Resolver { get; }

The JSON Schema resolver.

public JsonSchema Schema { get; }

The JSON Schema to process.

Gets the settings.

public Type Type { get; }

The source type.

Initializes a new instance of the SchemaProcessorContext class.