You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schema.json
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,22 +22,31 @@
22
22
{"$ref": "meta/content"}
23
23
],
24
24
"type": ["object", "boolean"],
25
+
"$comment": "This meta-schema also defines keywords that have appeared in previous drafts in order to prevent incompatible extensions as they remain in common use.",
25
26
"properties": {
26
27
"definitions": {
27
-
"$comment": "While no longer an official keyword as it is replaced by $defs, this keyword is retained in the meta-schema to prevent incompatible extensions as it remains in common use.",
28
+
"$comment": "\"definitions\" has been replaced by \"$defs\".",
"$comment": "\"dependencies\"is no longer a keyword, but schema authors should avoid redefining it to facilitate a smooth transition to \"dependentSchemas\" and \"dependentRequired\"",
34
+
"$comment": "\"dependencies\"has been split and replaced by \"dependentSchemas\" and \"dependentRequired\" in order to serve their differing semantics.",
34
35
"type": "object",
35
36
"additionalProperties": {
36
37
"anyOf": [
37
38
{ "$dynamicRef": "#meta" },
38
39
{ "$ref": "meta/validation#/$defs/stringArray" }
39
40
]
40
41
}
42
+
},
43
+
"$recursiveAnchor": {
44
+
"$comment": "\"$recursiveAnchor\" has been replaced by \"$dynamicAnchor\".",
45
+
"$ref": "meta/core#/$defs/anchorString"
46
+
},
47
+
"$recursiveRef": {
48
+
"$comment": "\"$recursiveRef\" has been replaced by \"$dynamicRef\".",
0 commit comments