Skip to content

Commit bf0360f

Browse files
notEthanjdesrosiers
authored andcommitted
add $recursiveAnchor to 2019-09 meta-schemas
1 parent 0519d1f commit bf0360f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

remotes/draft2019-09/metaschema-no-validation.json

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"https://json-schema.org/draft/2019-09/vocab/applicator": true,
66
"https://json-schema.org/draft/2019-09/vocab/core": true
77
},
8+
"$recursiveAnchor": true,
89
"allOf": [
910
{ "$ref": "https://json-schema.org/draft/2019-09/meta/applicator" },
1011
{ "$ref": "https://json-schema.org/draft/2019-09/meta/core" }

remotes/draft2019-09/metaschema-optional-vocabulary.json

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"https://json-schema.org/draft/2019-09/vocab/core": true,
77
"http://localhost:1234/draft/2019-09/vocab/custom": false
88
},
9+
"$recursiveAnchor": true,
910
"allOf": [
1011
{ "$ref": "https://json-schema.org/draft/2019-09/meta/validation" },
1112
{ "$ref": "https://json-schema.org/draft/2019-09/meta/core" }

0 commit comments

Comments
 (0)