Skip to content

Commit

Permalink
Allow datatype money to have a negative value
Browse files Browse the repository at this point in the history
Fix #82
  • Loading branch information
David Maus authored and nichtich committed Sep 2, 2024
1 parent 4894fc1 commit f8e6dd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paia.md
Original file line number Diff line number Diff line change
Expand Up @@ -450,8 +450,8 @@ datetime
`2016-03-09T11:58:19+10:00`, and `2017-08-21T12:24:28-06:00`.

money
: A monetary value with currency (format `[0-9]+\.[0-9][0-9] [A-Z][A-Z][A-Z]`),
for instance `0.80 USD`.
: A monetary value with currency (format `-?[0-9]+\.[0-9][0-9] [A-Z][A-Z][A-Z]`),
for instance `0.80 USD`. May also be negative.

email
: A syntactically correct email address.
Expand Down

0 comments on commit f8e6dd8

Please sign in to comment.