Skip to content

Commit

Permalink
squash: add $schema keyword to be clear that strict conformance is re…
Browse files Browse the repository at this point in the history
…quested
  • Loading branch information
karenetheridge authored and Julian committed Jun 16, 2022
1 parent acfd00c commit 900695b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/draft2019-09/future-keywords.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
{
"description": "$dynamicRef without $dynamicAnchor works like $ref",
"schema": {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"properties": {
"foo": {"$dynamicRef": "#"}
},
Expand Down Expand Up @@ -33,6 +34,7 @@
{
"description": "prefixItems: an array of schemas for items",
"schema": {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"prefixItems": [
{"type": "integer"},
{"type": "string"}
Expand Down

0 comments on commit 900695b

Please sign in to comment.