Name | Type | Description | Notes |
---|---|---|---|
name | String | Custom, unique name for set of validation rules. | [optional] |
rules | Object | Contains all the rule definitions for the validation rule. It is a set of key value pairs representing the rules and logic between the rules. The keys are numbered consecutively beginning from `1`. The values are objects containing the rule conditions. | [optional] |
error | ValidationRuleBaseError | [optional] | |
applicable_to | ValidationRuleBaseApplicableTo | [optional] | |
type | String | Type of validation rule. | [optional][default to 'expression'] |
context_type | String | Validation rule context type. | Context Type |
This repository has been archived by the owner on May 7, 2024. It is now read-only.