Skip to content

Commit 9744883

Browse files
Release Notes: Apply suggestions for dynamic changes
Co-authored-by: Karen Etheridge <[email protected]>
1 parent a151a91 commit 9744883

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

draft/2020-12/release-notes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,10 @@ more types of problems. The name change reflects that these keywords are useful
113113
for more than just extending recursive schemas.
114114

115115
A `$dynamicAnchor` can be thought of like a normal `$anchor` except that it can
116-
be referenced across schemas rather than just in the schema it was defined in.
117-
You can think of the old `$recursiveAnchor` as working the same way except that
118-
it only allowed you to create an anchor at the root of the schema and the anchor
119-
name is always empty.
116+
be referenced across schemas rather than just in the schema where it was
117+
defined. You can think of the old `$recursiveAnchor` as working the same way
118+
except that it only allowed you to create one anchor per schema, it had to be at
119+
the root of the schema, and the anchor name is always empty.
120120

121121
`$dynamicRef` works the same as the old `$recursiveRef` except that fragments
122122
are no longer empty (`"$dynamicRef": "#my-anchor"` instead of `"$recursiveRef":

0 commit comments

Comments
 (0)