Skip to content

Commit 25df275

Browse files
authored
fix: use integer for challenge type (#1252)
1 parent 50bc8f3 commit 25df275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/guard-jwt.spec/src/main/scripts/io/aklivity/zilla/specs/guard/jwt/schema/jwt.schema.patch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"challenge":
8383
{
8484
"title": "Challenge",
85-
"type": "number"
85+
"type": "integer"
8686
}
8787
},
8888
"additionalProperties": false

0 commit comments

Comments
 (0)