Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 302 Bytes

File metadata and controls

10 lines (8 loc) · 302 Bytes
title DataTypeRulesVariant

The type of rule that can be applied to a data type.

Value Description
NUMBER_RANGE The rule checks if a number falls within a specified range.
REGEX The rule checks if a string matches a specified regular expression.