Skip to content

Commit 900695b

Browse files
karenetheridgeJulian
authored andcommitted
squash: add $schema keyword to be clear that strict conformance is requested
1 parent acfd00c commit 900695b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/draft2019-09/future-keywords.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
{
33
"description": "$dynamicRef without $dynamicAnchor works like $ref",
44
"schema": {
5+
"$schema": "https://json-schema.org/draft/2019-09/schema",
56
"properties": {
67
"foo": {"$dynamicRef": "#"}
78
},
@@ -33,6 +34,7 @@
3334
{
3435
"description": "prefixItems: an array of schemas for items",
3536
"schema": {
37+
"$schema": "https://json-schema.org/draft/2019-09/schema",
3638
"prefixItems": [
3739
{"type": "integer"},
3840
{"type": "string"}

0 commit comments

Comments
 (0)