You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sources/platform/actors/development/actor_definition/input_schema/specification.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -446,8 +446,8 @@ Properties:
446
446
|`properties`| Object | No | Defines the sub-schema properties for the object used for validation and UI rendering (`schemaBased` editor). See more info below. |
447
447
|`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. |
448
448
|`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. |
451
451
452
452
#### Object fields validation
453
453
@@ -654,8 +654,8 @@ Properties:
654
654
|`nullable`| Boolean | No | Specifies whether null is <br/>an allowed value. |
655
655
|`items`| object | No | Specifies format of the items of the array, useful mainly for multiselect and for `schemaBased` editor (see below). |
656
656
|`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. |
659
659
660
660
661
661
Usage of this field is based on the selected editor:
0 commit comments