Code0 LogoCode0

DataTypeRulesDataTypeRuleVariant

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

ValueDescription
CONTAINS_KEYThe rule checks if a key is present in the data type.
CONTAINS_TYPEThe rule checks if a specific type is present in the data type.
INPUT_TYPEThe rule checks if the data type matches a specific input type.
ITEM_OF_COLLECTIONThe rule checks if an item is part of a collection in the data type.
NUMBER_RANGEThe rule checks if a number falls within a specified range.
REGEXThe rule checks if a string matches a specified regular expression.
RETURN_TYPEThe rule checks if the data type matches a specific return type.