Skip to content

Commit 1c7b445

Browse files
committed
add due date
1 parent b436522 commit 1c7b445

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -979,10 +979,12 @@ This setting defines runtime access only and doesn't change field visibility or
979979

980980
### Deprecation of `patternKey` and `patternValue`
981981

982-
The following properties are deprecated and will be removed in a future version:
982+
::::warning Deprecation notice
983+
**The following properties are deprecated and will continue to be supported until May 31, 2026:**
983984

984985
- `patternKey` - Used to validate keys in objects and arrays
985986
- `patternValue` - Used to validate values in objects and arrays
987+
::::
986988

987989
We are deprecating these properties to better align with the JSON schema specification. The current approach with `patternKey` and `patternValue` is Apify-specific and doesn't follow standard JSON schema validation patterns. By moving to standard JSON schema, we provide a more consistent experience that matches industry standards while enabling more powerful validation capabilities through the ability to define sub-properties.
988990

0 commit comments

Comments
 (0)