docs: Deprecation of patternKey and patternValue in input schema#2153
docs: Deprecation of patternKey and patternValue in input schema#2153
patternKey and patternValue in input schema#2153Conversation
|
Preview for this PR was built for commit |
|
Preview for this PR was built for commit |
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Preview for this PR was built for commit |
|
I've committed some review fixes directly to the branch. FYI, the anchors to the deprecated info section did not actually work. |
|
Preview for this PR was built for commit |
1 similar comment
|
Preview for this PR was built for commit |
Thanks! |
|
Preview for this PR was built for commit |
|
@marcel-rbro do you know why the build failed? It seems it's not related to this PR Edit: ah, I see, it's this PR probably: #2270 |
|
Preview for this PR was built for commit |
|
Build is working now, you can merge @mfori 👍 |
Partially resolves https://github.com/apify/apify-core/issues/24338
Community was informed in advance: https://apify.slack.com/archives/C09ELTQEY6R/p1770819418439049
Note
Low Risk
Documentation-only change that marks two schema properties as deprecated and adds migration examples; no runtime/code behavior is modified.
Overview
Updates the Actor input schema specification docs to mark
patternKeyandpatternValueas deprecated for both object and array fields, including cross-links to a new deprecation section.Adds a dedicated deprecation notice with a support timeline (until May 31, 2026) and a migration guide showing how to replace array validations via
itemssubschemas, plus notes that object key/value pattern validation will be removed without a direct replacement.Written by Cursor Bugbot for commit 1c8896c. Configure here.