Skip to content

Commit

Permalink
test: Update fuzzing dict
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Dygalo <[email protected]>
  • Loading branch information
Stranger6667 committed Sep 15, 2024
1 parent 0f21542 commit 8526638
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions fuzz/dict
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# JSON Schema keywords
"$schema"
"$id"
"id"
"type"
"properties"
"required"
Expand All @@ -11,6 +12,7 @@
"oneOf"
"not"
"definitions"
"$defs"
"$ref"
"enum"
"const"
Expand All @@ -33,6 +35,21 @@
"then"
"else"
"format"
"dependentSchemas"
"dependentRequired"
"$anchor"
"$recursiveAnchor"
"$vocabulary"
"unevaluatedItems"
"unevaluatedProperties"
"contains"
"maxContains"
"minContains"
"contentEncoding"
"contentSchema"
"prefixItems"
"$dynamicRef"
"$recursiveRef"

# Data types
"object"
Expand Down Expand Up @@ -74,6 +91,7 @@
"date"
"time"
"email"
"duration"
"idn-email"
"hostname"
"idn-hostname"
Expand Down

0 comments on commit 8526638

Please sign in to comment.