DataTypeRulesDataTypeRuleVariant
The type of rule that can be applied to a data type.
Value | Description |
---|---|
CONTAINS_KEY | The rule checks if a key is present in the data type. |
CONTAINS_TYPE | The rule checks if a specific type is present in the data type. |
INPUT_TYPE | The rule checks if the data type matches a specific input type. |
ITEM_OF_COLLECTION | The rule checks if an item is part of a collection in the data type. |
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. |
RETURN_TYPE | The rule checks if the data type matches a specific return type. |