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 0f21542 commit 8526638Copy full SHA for 8526638
fuzz/dict
@@ -1,6 +1,7 @@
1
# JSON Schema keywords
2
"$schema"
3
"$id"
4
+"id"
5
"type"
6
"properties"
7
"required"
@@ -11,6 +12,7 @@
11
12
"oneOf"
13
"not"
14
"definitions"
15
+"$defs"
16
"$ref"
17
"enum"
18
"const"
@@ -33,6 +35,21 @@
33
35
"then"
34
36
"else"
37
"format"
38
+"dependentSchemas"
39
+"dependentRequired"
40
+"$anchor"
41
+"$recursiveAnchor"
42
+"$vocabulary"
43
+"unevaluatedItems"
44
+"unevaluatedProperties"
45
+"contains"
46
+"maxContains"
47
+"minContains"
48
+"contentEncoding"
49
+"contentSchema"
50
+"prefixItems"
51
+"$dynamicRef"
52
+"$recursiveRef"
53
54
# Data types
55
"object"
@@ -74,6 +91,7 @@
74
91
"date"
75
92
"time"
76
93
"email"
94
+"duration"
77
95
"idn-email"
78
96
"hostname"
79
97
"idn-hostname"
0 commit comments