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

JsonSchemaValidatorSettings

Class to configure the behavior of JsonSchemaValidator.

Gets or sets the format validators.

Gets or sets the StringComparer used to compare object properties.

public void AddCustomFormatValidator(IFormatValidator formatValidator)

Adds a custom format validator to the FormatValidators array.