JsonSchemaValidator
class JsonSchemaValidator
Class to validate a JSON schema against a given JToken.
Initializes a new instance of the JsonSchemaValidator class.
Validates the given JSON token.
protected virtual List<ValidationError> Validate(JToken token, string propertyName, string propertyPath)
Validates the given JSON token.