JsonSchemaPatternPropertiesAttribute public class JsonSchemaPatternPropertiesAttribute : Attribute Documentation Code public string RegularExpression { get; } public Type Type { get; } public JsonSchemaPatternPropertiesAttribute(string regularExpression) public JsonSchemaPatternPropertiesAttribute(string regularExpression, Type type)