ISchemaProcessor
The schema processor interface.
using System.Runtime.CompilerServices;
namespace NJsonSchema.Generation
{
[System.Runtime.CompilerServices.NullableContext(1)]
public interface ISchemaProcessor
{
void Process(SchemaProcessorContext context);
}
}