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