docs: Deprecation of patternKey and patternValue in input schema#2153
Open
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 |
GriffinTrent
approved these changes
Feb 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.