File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -113,10 +113,10 @@ more types of problems. The name change reflects that these keywords are useful
113
113
for more than just extending recursive schemas.
114
114
115
115
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.
120
120
121
121
` $dynamicRef ` works the same as the old ` $recursiveRef ` except that fragments
122
122
are no longer empty (` "$dynamicRef": "#my-anchor" ` instead of `"$recursiveRef":
You can’t perform that action at this time.
0 commit comments