File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/actions-and-automations/create-self-service-experiences/setup-ui-for-action/user-inputs Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -153,8 +153,8 @@ resource "port_action" "myAction" {
153153
154154Object validations support the following operators:
155155
156- - ` properties ` - which keys must appear and what their type should be;
157- - ` additionalProperties ` - are keys not defined in ` properties ` allowed and what their type should be;
156+ - ` properties ` - defines the type for keys if they appear (use ` required ` array to make keys mandatory).
157+ - ` additionalProperties ` - whether keys not defined in ` properties ` are allowed (boolean) or what type they should be (type definition).
158158- ` patternProperties ` - which regex pattern should properties follow
159159
160160::: tip
You can’t perform that action at this time.
0 commit comments