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

JsonSchemaProcessorAttribute

Registers an schema processor for the given class.
public object[] Parameters { get; set; }

Gets or sets the type of the constructor parameters.

public Type Type { get; set; }

Gets or sets the type of the operation processor (must implement IOperationProcessor).

public JsonSchemaProcessorAttribute(Type type, object[] parameters)

Initializes a new instance of the JsonSchemaProcessorAttribute class.