Skip to content

Commit 0519d1f

Browse files
notEthanjdesrosiers
authored andcommitted
add $dynamicAnchor to meta-schemas
1 parent b41167c commit 0519d1f

8 files changed

+8
-0
lines changed

remotes/draft-next/format-assertion-false.json

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

remotes/draft-next/format-assertion-true.json

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

remotes/draft-next/metaschema-no-validation.json

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

remotes/draft-next/metaschema-optional-vocabulary.json

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

remotes/draft2020-12/format-assertion-false.json

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"https://json-schema.org/draft/2020-12/vocab/core": true,
66
"https://json-schema.org/draft/2020-12/vocab/format-assertion": false
77
},
8+
"$dynamicAnchor": "meta",
89
"allOf": [
910
{ "$ref": "https://json-schema.org/draft/2020-12/meta/core" },
1011
{ "$ref": "https://json-schema.org/draft/2020-12/meta/format-assertion" }

remotes/draft2020-12/format-assertion-true.json

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

remotes/draft2020-12/metaschema-no-validation.json

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

remotes/draft2020-12/metaschema-optional-vocabulary.json

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

0 commit comments

Comments
 (0)