Skip to content

Commit 3e41fd0

Browse files
committed
fix lint
1 parent 1c7b445 commit 3e41fd0

File tree

1 file changed

+4
-4
lines changed
  • sources/platform/actors/development/actor_definition/input_schema

1 file changed

+4
-4
lines changed

sources/platform/actors/development/actor_definition/input_schema/specification.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -446,8 +446,8 @@ Properties:
446446
| `properties` | Object | No | Defines the sub-schema properties for the object used for validation and UI rendering (`schemaBased` editor). See more info below. |
447447
| `additionalProperties` | Boolean | No | Controls if sub-properties not listed in `properties` are allowed. Defaults to `true`. Set to `false` to make requests with extra properties fail. |
448448
| `required` | String array | No | An array of sub-properties keys that are required. <br />Note: This applies only if the object field itself is present. If the object field is optional and not included in the input, its required subfields are not validated. |
449-
| `patternKey` | String | No | *Deprecated* (see [more information](#deprecated-properties)). <br/>Regular expression that will be used to validate the keys of the object. |
450-
| `patternValue` | String | No | *Deprecated* (see [more information](#deprecated-properties)). <br/>Regular expression that will be used to validate the values of object. |
449+
| `patternKey` | String | No | _Deprecated_ (see [more information](#deprecated-properties)). <br/>Regular expression that will be used to validate the keys of the object. |
450+
| `patternValue` | String | No | _Deprecated_ (see [more information](#deprecated-properties)). <br/>Regular expression that will be used to validate the values of object. |
451451

452452
#### Object fields validation
453453

@@ -654,8 +654,8 @@ Properties:
654654
| `nullable` | Boolean | No | Specifies whether null is <br/>an allowed value. |
655655
| `items` | object | No | Specifies format of the items of the array, useful mainly for multiselect and for `schemaBased` editor (see below). |
656656
| `isSecret` | Boolean | No | Specifies whether the input field will be stored encrypted. Only available with `json` and `hidden` editors. |
657-
| `patternKey` | String | No | *Deprecated* - see [migration guide](#deprecated-properties) for alternatives. <br/> Regular expression that will be used to validate the keys of items in the array. <br/>Works only with `keyValue` <br/>editor. |
658-
| `patternValue` | String | No | *Deprecated* - see [migration guide](#deprecated-properties) for alternatives. <br/> Regular expression that will be used to validate the values of items in the array. <br/>Works only with `keyValue` and <br/>`stringList` editors. |
657+
| `patternKey` | String | No | _Deprecated_ - see [migration guide](#deprecated-properties) for alternatives. <br/> Regular expression that will be used to validate the keys of items in the array. <br/>Works only with `keyValue` <br/>editor. |
658+
| `patternValue` | String | No | _Deprecated_ - see [migration guide](#deprecated-properties) for alternatives. <br/> Regular expression that will be used to validate the values of items in the array. <br/>Works only with `keyValue` and <br/>`stringList` editors. |
659659

660660

661661
Usage of this field is based on the selected editor:

0 commit comments

Comments
 (0)