We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acfd00c commit 900695bCopy full SHA for 900695b
tests/draft2019-09/future-keywords.json
@@ -2,6 +2,7 @@
2
{
3
"description": "$dynamicRef without $dynamicAnchor works like $ref",
4
"schema": {
5
+ "$schema": "https://json-schema.org/draft/2019-09/schema",
6
"properties": {
7
"foo": {"$dynamicRef": "#"}
8
},
@@ -33,6 +34,7 @@
33
34
35
"description": "prefixItems: an array of schemas for items",
36
37
38
"prefixItems": [
39
{"type": "integer"},
40
{"type": "string"}
0 commit comments