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

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.