Skip to content

Commit

Permalink
fix: add email validation to subscription value type
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Nov 19, 2024
1 parent 6cac76d commit 8fdef57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/schemas/subscription.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
},
"value": {
"type": "string",
"format": "email",
"title": "value",
"maxLength": 256
},
Expand Down

0 comments on commit 8fdef57

Please sign in to comment.