json-schema-spec
json-schema-spec copied to clipboard
fix the type for $recursiveAnchor
This replaces https://github.com/json-schema-org/json-schema-spec/pull/1200, as it was decided the change cannot go into the patch release.
The draft-next branch has been merged and is now closed. The merge target for this PR has been changed to main. Here are the recommended steps to get your branch reabsed properly.
- Make sure your remote for the
json-schema-org/json-schema-specrepo is up-to-date. (Example:git fetch upstream). - Rebase your commits onto
main. (Example:git rebase --onto upstream/main abcd123~1(replaceabcd123with the commit hash of the first commit in your PR)). - Force push the rebased branch to your fork. (Example:
git push --force origin my-branch).
@karenetheridge if you rebase this onto main it looks like it would be a straightforward approval now, I think?
This has been rebased.