Skip to content

Commit 8526638

Browse files
committed
test: Update fuzzing dict
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent 0f21542 commit 8526638

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

fuzz/dict

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# JSON Schema keywords
22
"$schema"
33
"$id"
4+
"id"
45
"type"
56
"properties"
67
"required"
@@ -11,6 +12,7 @@
1112
"oneOf"
1213
"not"
1314
"definitions"
15+
"$defs"
1416
"$ref"
1517
"enum"
1618
"const"
@@ -33,6 +35,21 @@
3335
"then"
3436
"else"
3537
"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"
3653

3754
# Data types
3855
"object"
@@ -74,6 +91,7 @@
7491
"date"
7592
"time"
7693
"email"
94+
"duration"
7795
"idn-email"
7896
"hostname"
7997
"idn-hostname"

0 commit comments

Comments
 (0)