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 c4d3e0f commit ad14e35Copy full SHA for ad14e35
tests/draft2019-09/pattern.json
@@ -17,6 +17,31 @@
17
"description": "ignores non-strings",
18
"data": true,
19
"valid": true
20
+ },
21
+ {
22
+ "description": "ignores integers",
23
+ "data": 123,
24
+ "valid": true
25
26
27
+ "description": "ignores floats",
28
+ "data": 1.0,
29
30
31
32
+ "description": "ignores objects",
33
+ "data": {},
34
35
36
37
+ "description": "ignores arrays",
38
+ "data": [],
39
40
41
42
+ "description": "ignores null",
43
+ "data": null,
44
45
}
46
]
47
},
0 commit comments