Skip to content

Commit

Permalink
Add decimal string format support
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhuman authored and ixzzd committed Jun 26, 2024
1 parent f45a508 commit 5d8d779
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/json_schema.atd
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ type str_format = [
| Duration <json name="duration">
| Email <json name="email">
| Idn_email <json name="idn-email">
| Decimal <json name="decimal">
]

type format = [
Expand Down

0 comments on commit 5d8d779

Please sign in to comment.