diff --git a/types.go b/types.go index 3e47ddd..04774c6 100644 --- a/types.go +++ b/types.go @@ -774,14 +774,16 @@ type SingleStepFormArrayElement struct { } */ type ListInputForm struct { - If string `json:"if,omitempty"` - Schema SchemaRef `json:"schema"` - Haslinelabel bool `json:"hasLineLabel,omitempty"` - Type string `json:"type"` - Element InputElement `json:"element"` - Label *Label `json:"label"` - IndividualItemDisabilityCheck string `json:"individualItemDisabilityCheck,omitempty"` - Required bool `json:"required,omitempty"` + If string `json:"if,omitempty"` + Schema SchemaRef `json:"schema"` + Haslinelabel bool `json:"hasLineLabel,omitempty"` + Type string `json:"type"` + Element InputElement `json:"element"` + Label *Label `json:"label"` + IndividualItemDisabilityCheck string `json:"individualItemDisabilityCheck,omitempty"` + Required bool `json:"required,omitempty"` + ValidationRuleObject *ValidationRule `json:"validationRuleObject,omitempty"` + OnChange string `json:"onChange,omitempty"` } type MultiStepForm struct {