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

SchemaProcessorContext

public class SchemaProcessorContext
The schema processor context.

The JSON Schema generator.

public JsonSchemaResolver Resolver { get; }

The JSON Schema resolver.

public JsonSchema4 Schema { get; }

The JSON Schema to process.

public Type Type { get; }

The source type.

Initializes a new instance of the SchemaProcessorContext class.