ISchemaProcessor public interface ISchemaProcessor The schema processor interface. Documentation Code using System.Threading.Tasks; namespace NJsonSchema.Generation { public interface ISchemaProcessor { Task ProcessAsync(SchemaProcessorContext context); } }