json-schema-spec icon indicating copy to clipboard operation
json-schema-spec copied to clipboard

fix the type for $recursiveAnchor

Open karenetheridge opened this issue 3 years ago • 2 comments

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.

karenetheridge avatar May 15 '22 18:05 karenetheridge

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.

  1. Make sure your remote for the json-schema-org/json-schema-spec repo is up-to-date. (Example: git fetch upstream).
  2. Rebase your commits onto main. (Example: git rebase --onto upstream/main abcd123~1 (replace abcd123 with the commit hash of the first commit in your PR)).
  3. Force push the rebased branch to your fork. (Example: git push --force origin my-branch).

jdesrosiers avatar Jul 08 '22 15:07 jdesrosiers

@karenetheridge if you rebase this onto main it looks like it would be a straightforward approval now, I think?

handrews avatar Aug 14 '22 16:08 handrews

This has been rebased.

karenetheridge avatar Oct 30 '22 22:10 karenetheridge