UriFormatValidator public class UriFormatValidator : IFormatValidator Validator for "Uri" format. Documentation Code public string Format { get; } Gets the format attribute's value. public ValidationErrorKind ValidationErrorKind { get; } Gets the kind of error produced by validator. public UriFormatValidator() public bool IsValid(string value, JTokenType tokenType) Validates format of given value.