OPENAPI / COMPONENTS / SCHEMAS

Sub Form Field Rule

SubFormFieldRule

SubFormFieldRule data structure

object4properties
idstringrequired

Must be unique across all defined rules.

trigger_operatorstringrequired

Currently only `AND` is supported. Support for `OR` is being worked on.

triggersSubFormFieldRuleTriggerrequired

An array of trigger definitions, the "if this" part of "**if this**, then that". Currently only a single trigger per rule is allowed.

actionsSubFormFieldRuleActionrequired

An array of action definitions, the "then that" part of "if this, **then that**". Any number of actions may be attached to a single rule.